toLong
Deprecated
Warning since 1.5
Conversion of Char to Number is deprecated. Use Char.code property instead.
Replace with
this.code.toLong()Content copied to clipboard
Returns the value of this character as a Long.
Warning since 1.5
Conversion of Char to Number is deprecated. Use Char.code property instead.
this.code.toLong()Returns the value of this character as a Long.
Thanks for your feedback!