Generates a hash code for the specified string.
[Visual Basic] Function MakeHashCode( _ ByVal p_sText As String _ ) As Integer [C#] int MakeHashCode( string p_sText ); [C++] int MakeHashCode( String* p_sText ); [JScript] function MakeHashCode( String p_sText ): int;
The hash code value (it can be negative).
IRoutines Interface | Okapi.Library.Base Namespace