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:
