Compute a checksum for a given string.
Namespace:
WorkflowGen.My.HtmlAgilityPack
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax public static uint CRC32String(
string text
)
Public Shared Function CRC32String (
text As String
) As UInteger
Parameters
- text
- Type: SystemString
The string to compute the checksum for.
Return Value
Type:
UInt32The computed checksum.
See Also