StreamWriter.Write Method

Writes a character to the stream.

Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll)

Syntax

public override void Write (
         char value
)

Parameters

  • value
    The character to write to the text stream.

Remarks

This method overrides TextWriter.Write. The specified character is written to the underlying stream unless the end of the stream is reached prematurely. If AutoFlush is true, Flush is invoked automatically.

Version Information

Available in the .NET Micro Framework versions 3.0, 4.0, 4.1, and 4.2.

See Also

Reference

StreamWriter Class
StreamWriter Members
System.IO Namespace