Xceed .NET Libraries Documentation
Xceed.Compression.Formats Assembly / Xceed.Compression.Formats Namespace / ChecksumStream Class / CalculateCrc16(Int32) Method


In This Topic
    CalculateCrc16(Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function CalculateCrc16( _
       ByVal crc32 As Integer _
    ) As Integer
    'Usage
     
    Dim crc32 As Integer
    Dim value As Integer
     
    value = ChecksumStream.CalculateCrc16(crc32)
    public static int CalculateCrc16( 
       int crc32
    )

    Parameters

    crc32
    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