StringBuilder Constructor
.NET Framework (current version)
Initializes a new instance of the StringBuilder class.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | StringBuilder() | Initializes a new instance of the StringBuilder class. |
![]() | StringBuilder(Int32) | Initializes a new instance of the StringBuilder class using the specified capacity. |
![]() | StringBuilder(Int32, Int32) | Initializes a new instance of the StringBuilder class that starts with a specified capacity and can grow to a specified maximum. |
![]() | StringBuilder(String^) | Initializes a new instance of the StringBuilder class using the specified string. |
![]() | StringBuilder(String^, Int32) | Initializes a new instance of the StringBuilder class using the specified string and capacity. |
![]() | StringBuilder(String^, Int32, Int32, Int32) | Initializes a new instance of the StringBuilder class from the specified substring and capacity. |
Show:
