Function toString( value )

Description:
Turns a numeric value into a string.
Parameters:
value (floating point)
numeric value
Return Value (String):
a string representation of value
Signature:
java.lang.String toString(double)