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