Documentation for a minimal subset of the QSM API
ToString Method (printedObject)
Namespaces > QS.Fx.Printing > Printable > ToString(Object)
Create a human-friendly string representing the given object, using the annotations that drive the printing output.
Syntax
C#Visual BasicManaged C++
public static string ToString (
	Object printedObject
)
Public Shared Function ToString ( _
	printedObject As Object _
) As String
public:
static String^ ToString (
	Object^ printedObject
)
Parameters
printedObject (Object)
The object to display.
Return Value
The display string.

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0