Click or drag to resize

Crc32CRC32Bytes Method

Compute a checksum for a given array of bytes.

Namespace:  WorkflowGen.My.HtmlAgilityPack
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 3.4.0.0 (3.4.0.0)
Syntax
public static uint CRC32Bytes(
	byte[] bytes
)

Parameters

bytes
Type: SystemByte
The array of bytes to compute the checksum for.

Return Value

Type: UInt32
The computed checksum.
See Also