klyn.Float.toString
method
public override toString() as String:
Description

Converts this value to its textual representation.

Returns

The textual representation of this Float.

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