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

System.IO.StringWriter Constructor

Constructs and initializes a new instance of the System.IO.StringWriter class that writes to the specified System.Text.StringBuilder.

public StringWriter (System.Text.StringBuilder sb)

Parameters

sb
The System.Text.StringBuilder to write to.

Exceptions

TypeReason
ArgumentNullExceptionsb is null.

Remarks

Documentation for this section has not yet been entered.

Requirements

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