NBit Bit Manipulation Library

Crc.Compute(String) Method

Computes a CRC from the UTF8-encoded bytes of a string of text.

[Visual Basic]
Public Overloads Sub Compute( _
   ByVal text As String _
)
[C#]
public uint Compute(
   string text
);

Parameters

text
The text to compute the CRC from.

Return Value

The final CRC.

See Also

Crc Class | NBit Namespace | Crc.Compute Overload List