toString(a)

Returns a string representation of object a.


See also toDeg toRad 


Example


a = 3/4

3/4

s = toString(a)

"3/4"