ToBoxes
Usage
• ToBoxes[expr] generates boxes corresponding to the printed form of expr in StandardForm. • ToBoxes[expr, form] gives the boxes corresponding to output in the specified form.
Notes
• You can see how box structures generated by ToBoxes would be displayed by using DisplayForm. • New in Version 3.
|