Tintware Documentation : Tint Programming Language : Tint Reference : Conversion Primitives : tint.base64-encodeSyntax#(tint.base64-encode,%s) %s is the value to be encoded using base64. Any value can be encoded using base64; the algorithm is defined by RFC 1341. Example#(tint.base64-encode,a string) YSBzdHJpbmc= |