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