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

Returns a string representation of this integer.

Returns

The number as a String.

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