Click or drag to resize
XmlUtilsCreateXmlWriter Method (Stream, Encoding)
Creates a new XML text writer with the encoding specified which will write to the stream 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(
	Stream outputStream,
	Encoding encodingToUse
)

Parameters

outputStream
Type: System.IOStream
The output stream.
encodingToUse
Type: System.TextEncoding
The encoding to use.

Return Value

Type: XmlWriter
See Also