ToXml¶
Returns the XML content generated by the XmlWriter as a string.
1 |
|
Returns¶
The XML content as a string.
Remarks¶
This method finalizes the XML document and returns the complete XML content as a string.
Example¶
1 2 3 4 5 6 |
|
Returns the XML content generated by the XmlWriter as a string.
1 |
|
The XML content as a string.
This method finalizes the XML document and returns the complete XML content as a string.
1 2 3 4 5 6 |
|