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.
Class of returned value: String -- the class of all stringsWays to use toString :