toShort
Deprecated
Warning since 1.5
Conversion of Char to Number is deprecated. Use Char.code property instead.
Replace with
this.code.toShort()
Content copied to clipboard
Returns the value of this character as a Short
.
Since Kotlin
1.0Deprecated
Warning since 1.5
Conversion of Char to Number is deprecated. Use Char.code property instead.
Replace with
this.code.toShort()
Content copied to clipboard
Returns the value of this character as a Short
.
Since Kotlin
1.1Deprecated
Warning since 1.5
Conversion of Char to Number is deprecated. Use Char.code property instead.
Replace with
this.code.toShort()
Content copied to clipboard
Returns the value of this character as a Short
.