Serializes the object into a document and returns it as a string.

Namespace:  BargeEx
Assembly:  BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)

Syntax

C#
string ToString()
Visual Basic (Declaration)
Function ToString As String
Visual C++
String^ ToString()

Return Value

The XML serialized object as a string.

See Also