C-DEngine 5.105

TSM..::..GetHash Method (String)

Calculates a hash integer that defines a unique hash for the message Only LVL, ENG, the Originator, OWN and the First parameter of the TXT will be taken in account. BEWARE: there are rare occasions where two messages are considered equal although they are not. Your code should be fault tolerant to these conditions The Salt can be use to add a random or other string-source to the Hash

Namespace:  nsCDEngine.BaseClasses
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public int GetHash(
	string Salt
)
Public Function GetHash ( _
	Salt As String _
) As Integer
public:
int^ GetHash(
	String^ Salt
)

Parameters

Salt
Type: String

Return Value