Compute a checksum for a given string.
            
 
Namespace: WorkflowGen.My.HtmlAgilityPackAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 3.3.0.0 (3.3.0.0)
Syntaxpublic 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