Click or drag to resize
XmlUtilsCreateXmlWriter Method (String, Encoding)
Creates a new XML text writer with the encoding specified

Namespace:  SD.LLBLGen.Pro.Core.Xml
Assembly:  SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static XmlWriter CreateXmlWriter(
	string filename,
	Encoding encodingToUse
)

Parameters

filename
Type: SystemString
The filename.
encodingToUse
Type: System.TextEncoding
The encoding to use.

Return Value

Type: XmlWriter
ready to use xmlwriter
See Also