C-DEngine 5.105

ICDESecrets..::..IsHashLengthCorrect Method

Determines whether [is hash length correct] [the specified p hash].

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

Syntax


bool IsHashLengthCorrect(
	string pHash
)
Function IsHashLengthCorrect ( _
	pHash As String _
) As Boolean
bool^ IsHashLengthCorrect(
	String^ pHash
)

Parameters

pHash
Type: String
The hash.

Return Value

true if [is hash length correct] [the specified p hash]; otherwise, false.