$hash =
md5.hashofstring ("<String>")
Gives the hash value of the specified string.
Parameters
<String>
Specify the string.
Return Value
Returns the hash value of the string.
Example
-
$hash = md5.hashofstring("This is a Test")
msgbox($hash)
- Creates a md5 hash value of the given string.
The resulting hash value might resemble the following string CE114E4501D2F4E2DCEA3E17B546F339.