Link to this page
Print this page
Parent topic
:
The Numeric Class
RTL Class Reference
/
The Numeric Class
Numeric Class Examples
This example converts the number 65 to "A", its unicode character representation:
65.toChar()
This example formats the numeric value of overall total as a string:
overalltotal.format("###.##")