Mono Class Library: System.IO.StringWriter Overview | Members

System.IO.StringWriter.Write Method

Writes a character to the current instance of the System.IO.StringWriter .

public override void Write (char value)

Parameters

value
The char to write.

Exceptions

TypeReason
ObjectDisposedExceptionThe writer is closed.

Remarks

Note: This method overrides TextWriter.Write(char).

Requirements

Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0