Method Hash
Hash(string)
Hashes a variable-length key into a 32-bit value.
Declaration
public static uint Hash(string key)
Parameters
| Type | Name | Description |
|---|---|---|
| string | key | The key to hash. |
Returns
| Type | Description |
|---|---|
| uint |
Exceptions
| Type | Condition |
|---|---|
| ArgumentNullException |