toLong

fun toLong(): Long

Deprecated

Warning since 1.5

Conversion of Char to Number is deprecated. Use Char.code property instead.

Replace with

this.code.toLong()

Returns the value of this character as a Long.

fun toLong(): Long

Deprecated

Warning since 1.5

Conversion of Char to Number is deprecated. Use Char.code property instead.

Replace with

this.code.toLong()

Returns the value of this character as a Long.

external fun toLong(): Long

Deprecated

Warning since 1.5

Conversion of Char to Number is deprecated. Use Char.code property instead.

Replace with

this.code.toLong()

Returns the value of this character as a Long.