
![[previous]](previous.gif)
![[up]](up.gif)
![[top]](top.gif)
toString -- convert to a string
toString x -- converts x to a string.
See also toExternalString which will try to convert x
to a string which can be read back into the program later.
The function toString is a member of the class Function.
Class of returned value: String -- the class of all stringsWays to use toString :

![[previous]](previous.gif)
![[up]](up.gif)
![[top]](top.gif)