ECLStringToMIMEBase64
Converts string to MIMEBase64 format.
Unit
EasyCompression
function ECLStringToMIMEBase64(str: String): String;
Description
Call ECLStringToMIMEBase64 to convert string to MIMEBase64 format.
ECLStringToMIMEBase64 returns a converted string. Call ECLMIMEBase64ToString to make reverse conversion.
Str parameter is a source string.
|