GetHashKey
Gets the hash from the given string.
C# Syntax
uint NAPI.Util.GetHashKey(string input);
Parameters
- input: The text to calculate the hash from.
Example
// Code here...
Gets the hash from the given string.
uint NAPI.Util.GetHashKey(string input);
// Code here...