Function toString( fpVal )

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