Utils.CalculateIdHash(String) Method

Definition

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.

Applies to