Utils.CalculateIdHash(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Calculates an integer hash value based on the consistent identity hash of a string.
public static int CalculateIdHash (string text);
static member CalculateIdHash : string -> int
Public Function CalculateIdHash (text As String) As Integer
Parameters
- text
- String
The string to hash.
Returns
An integer hash for the string.