Calculates the MD5 Hash of a string. Returned as an ASCII hex string representation.
string MD5HASH(string value)
MD5HASH("abcde")
Will return the MD5 Hash of "abcde" e.g."E0D0A8A9779F75750C64A45BB350EA59"