toShort

expect fun toShort(): Short(source)

Deprecated

Warning since 1.5

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

Replace with

this.code.toShort()

Returns the value of this character as a Short.

Since Kotlin

1.0
actual fun toShort(): Short(source)

Deprecated

Warning since 1.5

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

Replace with

this.code.toShort()

Returns the value of this character as a Short.

Since Kotlin

1.1

Deprecated

Warning since 1.5

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

Replace with

this.code.toShort()

Returns the value of this character as a Short.

Since Kotlin

1.0
actual external fun toShort(): Short(source)

Deprecated

Warning since 1.5

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

Replace with

this.code.toShort()

Returns the value of this character as a Short.

Since Kotlin

1.3
actual inline fun toShort(): Short(source)

Deprecated

Warning since 1.5

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

Replace with

this.code.toShort()

Returns the value of this character as a Short.

Since Kotlin

1.8
actual inline fun toShort(): Short(source)

Deprecated

Warning since 1.5

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

Replace with

this.code.toShort()

Returns the value of this character as a Short.

Since Kotlin

1.8