The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
StringWriter Constructor
.NET Framework (current version)
Initializes a new instance of the StringWriter class.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | StringWriter() | Initializes a new instance of the StringWriter class. |
![]() | StringWriter(IFormatProvider^) | Initializes a new instance of the StringWriter class with the specified format control. |
![]() | StringWriter(StringBuilder^) | Initializes a new instance of the StringWriter class that writes to the specified StringBuilder. |
![]() | StringWriter(StringBuilder^, IFormatProvider^) | Initializes a new instance of the StringWriter class that writes to the specified StringBuilder and has the specified format provider. |
Show:
