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.6.0.0 (5.6.19.0117)
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