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

Builds an SByte from a Unicode scalar value.

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