Get the CRC32 for the given (word,byte) combo. This is a computation
defined by PKzip.
| C# | Visual Basic | Visual 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
Int32
The CRC-ized result.
The CRC-ized result.
Assembly: Keyoti3.RapidSpell.Silverlight (Module: Keyoti3.RapidSpell.Silverlight.dll) Version: 2.0.12.706 (2.0.12.706)