A Sandcastle Documented Class Library |
Crc32..::..CRC32String Method |
Crc32 Class See Also Send Feedback |
Compute a checksum for a given string.
Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
C# |
---|
public static uint CRC32String( string text ) |
Visual Basic |
---|
Public Shared Function CRC32String ( _ text As String _ ) As UInteger |
Visual C++ |
---|
public: static unsigned int CRC32String( String^ text ) |
Parameters
- text
- Type: System..::..String
The string to compute the checksum for.