Compute a checksum for a given array of bytes.
Namespace:
WorkflowGen.My.HtmlAgilityPack
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax public static uint CRC32Bytes(
byte[] bytes
)
Public Shared Function CRC32Bytes (
bytes As Byte()
) As UInteger
Parameters
- bytes
- Type: SystemByte
The array of bytes to compute the checksum for.
Return Value
Type:
UInt32The computed checksum.
See Also