Keyoti RapidSpell Desktop .NET API Docs
ComputeCrc32 Method (W, B)
APIKeyoti.RapidSpell.CompressionCRC32ComputeCrc32(Int32, Byte)
Keyoti RapidSpell Desktop .NET
Get the CRC32 for the given (word,byte) combo. This is a computation defined by PKzip.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public int ComputeCrc32(
	int W,
	byte B
)
public int ComputeCrc32(
	int W,
	byte B
)
Public Function ComputeCrc32 ( 
	W As Integer,
	B As Byte
) As Integer
Public Function ComputeCrc32 ( 
	W As Integer,
	B As Byte
) As Integer
public:
int ComputeCrc32(
	int W, 
	unsigned char B
)
public:
int ComputeCrc32(
	int W, 
	unsigned char B
)
member ComputeCrc32 : 
        W : int * 
        B : byte -> int 
member ComputeCrc32 : 
        W : int * 
        B : byte -> int 
Parameters
W (Int32)
The word to start with.
B (Byte)
The byte to combine it with.
Return Value
Int32
The CRC-ized result.

Assembly: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412