Char
classin packageklyn
public class Char implements ValueType:
Char
All Implemented Interfaces: ValueType
Constructors
Modifier and Type Member Description
public native Char Builds the neutral Char value (`'\0'`).
public native Char
Char(value: Int)
Creates a Char from a signed integer code point.
public native Char
Char(value: UInt)
Creates a Char from an unsigned integer code point.
Methods
Modifier and Type Member Description
public native static toLower
toLower(value as Char) as Char
No summary.
public native static toUpper
toUpper(value as Char) as Char
No summary.