Get a new hashcode for a string - pretty simple hash

Namespace: Contracts
Assembly: Contracts (in Contracts.dll)

Public Shared Function GetHashCode( _ 
ByVal to_hash As String, _ 
ByVal old_hash As Boolean
) As Integer
This language is not supported or no code example is available.
public static int GetHashCode( 
string to_hash
bool old_hash 
)
This language is not supported or no code example is available.
public:  
static int GetHashCode( 
String^ to_hash
bool old_hash 
)
This language is not supported or no code example is available.
public static function GetHashCode( 
to_hash : String
old_hash : boolean 
) : int;
This language is not supported or no code example is available.

Parameters

to_hash
Type: string

<default>

old_hash
Type: bool

<default>

Return Value

Type: int

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1