Okapi .NET Library

IRoutines.MakeHashCode Method 

 [This is preliminary documentation and subject to change.]

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;

Parameters

p_sText
String for which the hash code should be generated.

Return Value

The hash code value (it can be negative).

See Also

IRoutines Interface | Okapi.Library.Base Namespace