DecodeBase64 function

function DecodeBase64(Const Value: string): string;

Unit
SynaCode

Description
Decode string from base64
format. (used in MIME)

See also:
Decode4to3, EncodeBase64