Loupe - Log - Monitor - Resolve
Gibraltar.Data Namespace / BinarySerializer Class / CalculateCRC Method

In This Topic
    CalculateCRC Method
    In This Topic
    Calculate a CRC for the provided byte array
    Syntax
    'Declaration
     
    
    Public Shared Function CalculateCRC( _
       ByVal data() As Byte, _
       ByVal length As Integer _
    ) As Byte()
    public static byte[] CalculateCRC( 
       byte[] data,
       int length
    )

    Parameters

    data
    length

    Return Value

    A 4 byte CRC value created by calculating an MD5 hash of the provided byte array
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also