EncodeBase64 function
function
EncodeBase64(Const Value: string): string;
Unit
SynaCode
Description
Encode string to base64 form. (used in MIME)
See also:
DecodeBase64