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 and has the specified format provider.

public StringWriter (System.Text.StringBuilder sb, IFormatProvider formatProvider)

Parameters

sb
The System.Text.StringBuilder to write to.
formatProvider
A IFormatProvider object that defines formatting.
formatProvider
Documentation for this section has not yet been entered.

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