Numeric Class Examples

  1. This example converts the number 65 to "A", its unicode character representation: 65.toChar()
  2. This example formats the numeric value of overall total as a string: overalltotal.format("###.##")