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

Converts this value to its textual representation.

Returns

The decimal representation of this Double.

Example
value = 12.5
text = value.toString()
assert text == "12.5"