public override toString() as String:
Converts this value to its textual representation.
The decimal representation of this Double.
value = 12.5 text = value.toString() assert text == "12.5"