GetHashKey
Внешний вид
Gets the hash from the given string.
<syntaxhighlight lang="csharp">uint NAPI.Util.GetHashKey(string input);</syntaxhighlight>
Parameters
- input: The text to calculate the hash from.
Example
<syntaxhighlight lang="csharp"> // Code here... </syntaxhighlight>