Compute a checksum for a given array of bytes.
Namespace: WorkflowGen.My.HtmlAgilityPackAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 3.2.0.0 (3.2.0.0)
Syntaxpublic 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