Keyoti RapidSpell Silverlight API Docs
ComputeCrc32 Method (W, B)
APIKeyoti.RapidSpell.CompressionCRC32ComputeCrc32(Int32, Byte)
Keyoti RapidSpell Silverlight
Get the CRC32 for the given (word,byte) combo. This is a computation defined by PKzip.
Declaration Syntax
C#Visual BasicVisual C++F#
public int ComputeCrc32(
	int W,
	byte B
)
Public Function ComputeCrc32 ( 
	W As Integer,
	B As Byte
) As Integer
public:
int ComputeCrc32(
	int W, 
	unsigned char B
)
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: Keyoti3.RapidSpell.Silverlight (Module: Keyoti3.RapidSpell.Silverlight.dll) Version: 2.0.12.706 (2.0.12.706)