Tintware Documentation : Tint Programming Language : Tint Reference : Conversion Primitives : tint.base64-decodeSyntax#(tint.base64-decode,%base64) %base64 is a value which is base64 encoded. Any value which has been encoded using base64 can be decoded using this procedure. Example#(tint.base64-decode,YSBzdHJpbmc=) a string |