Home

News

International

Screen Shots

Documentation

Download

Build

License

Credits

Contact

SourceForge Project

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

Syntax

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