Search
XMLWriter.WriteToString Method
See Also
 



Encodes the Document as formatted XML text and returns the XML code.

 Syntax

VB6  Copy Code

Public Function WriteToString () As String

C++  Copy Code

public:
BSTR WriteToString ()

 Return Value

A string containing XML representation of the Document.

 Remarks

If there are VariantTag objects associated with diagram elements, FlowChartX won't serialize them automatically. You must provide a handler for the SerializeTag event and encode the tags into appropriate string representation.

 See Also