klyn.Byte.Byte
constructor
public native Byte(value as Char)
Description

Builds a Byte from a Unicode scalar value.

Parameters
ParameterDescription
valueChar whose code point is converted.
Throws
  • ValueException if the code point does not fit in a Byte.
Example
assert Byte('A') == 65