string toString(exp convert)
•convert - the expression to convert to a string
string toStringF(float exp convert[, string format])
•convert - the float to convert to a string
•format - how to format the returned string, default is "%.2f" for 2 decimal places
•WARNING: A bad format string may cause CSE HTML Validator to crash.