Home

News

International

Screen Shots

Documentation

Download

Build

License

Credits

Contact

SourceForge Project

Tintware Documentation : Tint Programming Language : Tint Reference : Conversion Primitives : tint.base64-encode

Syntax

#(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=