Summary
Calculates a CRC32 code from a string.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .Caching - 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. |