XmlWriter Constructor (FileInfo, String)A Sandcastle Documented Class Library
Creates a new XmlWriter.

Namespace:  Apptus.Util.Xml
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.3.0
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

Reference