Encodes the Document as formatted XML text and returns the XML code.
SyntaxVB6
Copy Code
|
|---|
Public Function WriteToString () As String |
C++
Copy Code
|
|---|
public: |
A string containing XML representation of the Document.
RemarksIf 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