toChar()

Returns the unicode character representation of a numeric value.

Syntax

String  toChar()

Example

The following expression yields "A":

65.toChar()