XmlDictionaryWriter.CreateTextWriter Method (Stream, Encoding)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Creates an instance of XmlDictionaryWriter that writes text XML.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
Parameters
- stream
- Type: System.IO.Stream
The stream to write to.
- encoding
- Type: System.Text.Encoding
The character encoding of the output.
An instance of XmlDictionaryWriter.
Show: