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. [Edit]

public override void Write (string value)

Parameters

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

Exceptions

TypeReason
ObjectDisposedExceptionThe writer is closed. [Edit]

Remarks

Note: This method overrides TextWriter.Write(char) .
[Edit]

Requirements

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