The TextWriterAdapter type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
Encoding |
The Encoding in which the output is written
(Overrides TextWriter Encoding.) | |
FormatProvider |
Gets an object that controls formatting
(Overrides TextWriter FormatProvider.) | |
NewLine |
Gets or sets the line terminator string used by the TextWriter
(Overrides TextWriter NewLine.) | |
Writer |
Gets or sets the underlying TextWriter.
|
See Also