klyn.Char.toInt
method
public native toInt() as Int
Description

Returns the Unicode code point of this character.

Example
c as Char = 'A'
assert c.toInt() == 65