str GetMD5OfString(str)
Gets the MD5 sum of the specified Unicode string, as a string.
#define MD5 GetMD5OfUnicodeString('Test')// MD5 = '8e06915d5f5d4f8754f51892d884c477'