create¶
Creates a new XmlWriter instance for constructing XML content programmatically.
1 | |
Returns¶
A new XmlWriter instance.
See Also¶
- XmlWriter used to programmatically construct XML documents.
Example¶
1 2 3 4 | |
Creates a new XmlWriter instance for constructing XML content programmatically.
1 | |
A new XmlWriter instance.
1 2 3 4 | |