Creates a new System.Xml.XmlWriter instance using the specified System.Text.StringBuilder.
- output
- The System.Text.StringBuilder to which to write to. Content written by the System.Xml.XmlWriter is appended to the System.Text.StringBuilder.
An System.Xml.XmlWriter object.
When you use this overload, an System.Xml.XmlWriterSettings object with default settings is used to create the XML writer.
If you want to specify the features to support on the created XML writer, use an overload that takes an System.Xml.XmlWriterSettings object as one of its arguments, and pass in a System.Xml.XmlWriterSettings object with your custom settings.