Calculates a CRC32 code from a byte array.
- Namespace
- Statiq
.Common - Containing Type
- Crc32
Syntax
public static uint Calculate(byte[] bytes)
Parameters
Name | Type | Description |
---|---|---|
bytes | byte[] | The bytes. |
Return Value
Type | Description |
---|---|
uint | A CRC32. |