StringWriter Constructor

 

Initializes a new instance of the StringWriter class.

Namespace:   System.IO
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodStringWriter()

Initializes a new instance of the StringWriter class.

System_CAPS_pubmethodStringWriter(IFormatProvider^)

Initializes a new instance of the StringWriter class with the specified format control.

System_CAPS_pubmethodStringWriter(StringBuilder^)

Initializes a new instance of the StringWriter class that writes to the specified StringBuilder.

System_CAPS_pubmethodStringWriter(StringBuilder^, IFormatProvider^)

Initializes a new instance of the StringWriter class that writes to the specified StringBuilder and has the specified format provider.

Return to top
Show: