You are reading help file online using chmlib.com
|
function GetMD5OfString(const S: String): String;
Gets the MD5 sum of the specified string, as a string.
var MD5: String; begin MD5 := GetMD5OfString('Test'); // MD5 = '0cbc6611f5540bd0809a388dc95a615b' end;
You are reading help file online using chmlib.com
|