klyn.Short.toString
method
public native override toString() as String
Description

Converts this value to its textual representation.

Returns

The base-10 representation of this Short.

Example
assert Short(-32768).toString() == "-32768"