Jaa


MockLuisExtensions.StableHash(String) Method

Definition

Creates a hash based on a given string.

public static uint StableHash (this string source);
static member StableHash : string -> uint32
<Extension()>
Public Function StableHash (source As String) As UInteger

Parameters

source
String

The string to be hashed.

Returns

Unsigned int hash.

Applies to