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

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

Parameters

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

Exceptions

TypeReason
ArgumentNullExceptionsb is null. [Edit]

Remarks

Documentation for this section has not yet been entered. [Edit]

Requirements

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