NBit Bit Manipulation Library

Crc.Begin Method

Returns the initial value of the CRC. Begin the computation using this value.

[Visual Basic]
Public Sub Begin()
[C#]
public uint Begin();

Return Value

The initial value of the CRC.

See Also

Crc Class | NBit Namespace