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.9.0.0 (5.9.0)
Syntaxpublic static XmlWriter CreateXmlWriter(
	Stream outputStream,
	Encoding encodingToUse
)
Public Shared Function CreateXmlWriter ( 
	outputStream As Stream,
	encodingToUse As Encoding
) As XmlWriter
Parameters
- outputStream
 - Type: System.IOStream
The output stream. - encodingToUse
 - Type: System.TextEncoding
The encoding to use. 
Return Value
Type: 
XmlWriter
See Also