Creates a new XmlWriter.
Namespace: Apptus.Util.Xml
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public XmlWriter( FileInfo file, string encoding )
Parameters
- file
- Type: System.IOFileInfo
A file to write to. - encoding
- Type: SystemString
The XML encoding to use.
See Also