EncodeBase64 function

function EncodeBase64(Const Value: string): string;

Unit
SynaCode

Description
Encode
s a string to base64 format. (used in MIME)

See also:
DecodeBase64