[This is preliminary documentation and is subject to change.]

Dumps the object to a string for debugging purposes

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public static string Dump(
	DataTable dt
)
Visual Basic (Declaration)
Public Shared Function Dump ( _
	dt As DataTable _
) As String
Visual C++
public:
static String^ Dump(
	DataTable^ dt
)

Parameters

dt
Type: System.Data..::.DataTable
The datatable to be dumped

Return Value

The dumped string

See Also