Returns an XML CICA Document representation for the specified instance as a string.

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

Syntax

C#
public override string ToString()
Visual Basic (Declaration)
Public Overrides Function ToString As String
Visual C++
public:
virtual String^ ToString() override

Return Value

A String instance that contains the XML CICA Document representation of the instance.

Implements

IDocument..::.ToString()()()

Remarks

The string returned by this method an XML CICA Document.

See Also