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

System.IO.StringWriter.Write Method

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

public override void Write (string value)

Parameters

value
The string to write. If value is null, nothing is written.

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