toChar

abstract fun toChar(): Char(source)

Returns the Char with the numeric value equal to this number, truncated to 16 bits if appropriate.

Since Kotlin

1.0
abstract fun toChar(): Char(source)

Returns the Char with the numeric value equal to this number, truncated to 16 bits if appropriate.

Since Kotlin

1.3