Returns an XML CICA Document representation for the specified 
 instance as a string. 
 
    Namespace: 
   BargeEx.InternalAssembly: BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)
 Syntax
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
Remarks
 The string returned by this method an XML CICA Document.
 





