ToString
Usage
• ToString[expr] gives a string corresponding to the printed form of expr in OutputForm. • ToString[expr, form] gives the string corresponding to output in the specified form.
Notes
• ToString supports the same set of options as OpenAppend, with default settings FormatType -> OutputForm, PageWidth -> Infinity, TotalWidth -> Infinity. • New in Version 1; modified in 3.
|