CRC32String Method

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
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.

Return Value

The computed checksum.

See Also