Okapi .NET Library

Routines.MakeHashCode Method 

 [This is preliminary documentation and subject to change.]

Implements IRoutines.MakeHashCode.

[Visual Basic]
Public Function MakeHashCode( _ 
   ByVal p_sText As String _ 
) _
    Implements IRoutines.MakeHashCode As Integer
[C#]
public int MakeHashCode(
   string p_sText
);
[C++]
public: int MakeHashCode(
   String* p_sText
);
[JScript]
public function MakeHashCode(
   String p_sText
): int;

Implements

IRoutines.MakeHashCode

See Also

Routines Class | Okapi.Library.Base Namespace