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