Home

News

International

Screen Shots

Documentation

Download

Build

License

Credits

Contact

SourceForge Project

Tintware Documentation : Tint Programming Language : Tint Reference : Conversion Primitives

Conversion Primitives

tint.byte Convert a number to a byte

tint.byte-decimal Convert a byte to a number

tint.decimal Convert a unicode character to a number

tint.unicode Convert a number to a unicode character

tint.lowercase Convert a value to lowercase

tint.uppercase Convert a value to uppercase

tint.case-fold Case fold a value

tint.code Convert a value to code

tint.data Convert a value to data

tint.base64-encode Encode a value in base64

tint.base64-decode Decode a base64 encodeded value