NBit Bit Manipulation Library |
|
Crc.Compute(Byte) Method
Computes a CRC from a byte array.
[Visual Basic]
Public Overloads Sub Compute( _
ByVal
buffer As
Byte _
)
[C#]
public
uint Compute(
byte[]
buffer);
Parameters
-
buffer
- The bytes to compute the CRC from.
Return Value
The final CRC.
See Also
Crc Class | NBit Namespace | Crc.Compute Overload List