MockLuisExtensions.StableHash(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.
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.