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

Converts this value to its textual representation.

Returns

The base-10 representation of this Long.

Example
assert Long(-42).toString() == "-42"