Click or drag to resize
Crc32.CRC32Bytes Method
Compute a checksum for a given array of bytes.

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

Parameters

bytes
Type:System.Byte[]
The array of bytes to compute the checksum for.

Return Value

Type: UInt32
The computed checksum.
See Also