NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TextWriter Class

Represents a writer that can write a sequential stream of characters. This class is abstract.

Object
   TextWriter

[Visual Basic]
MustInherit Public Class TextWriter
[C#]
public abstract class TextWriter
[C++]
public __gc __abstract class TextWriter
[JScript]
public abstract class TextWriter

Remarks

A subclass must minimally implement the Write(Char) method.

This class is intended for character output, not bytes. See StreamWriter for writing bytes.

Requirements

Namespace: System.IO

Assembly: mscorlib.dll

See Also

TextWriter Members | System.IO Namespace