HashHelper.GetHashCode Method
Get a new hashcode for a string - pretty simple hash
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.
This language is not supported or no code example is available.
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
-
string
<default>
-
old_hash
-
bool
<default>
Return Value
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