Windows apps
Collapse the table of content
Expand the table of content
Information
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.

StringBuilder Constructor

 

Initializes a new instance of the StringBuilder class.

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

NameDescription
System_CAPS_pubmethodStringBuilder()

Initializes a new instance of the StringBuilder class.

System_CAPS_pubmethodStringBuilder(Int32)

Initializes a new instance of the StringBuilder class using the specified capacity.

System_CAPS_pubmethodStringBuilder(Int32, Int32)

Initializes a new instance of the StringBuilder class that starts with a specified capacity and can grow to a specified maximum.

System_CAPS_pubmethodStringBuilder(String^)

Initializes a new instance of the StringBuilder class using the specified string.

System_CAPS_pubmethodStringBuilder(String^, Int32)

Initializes a new instance of the StringBuilder class using the specified string and capacity.

System_CAPS_pubmethodStringBuilder(String^, Int32, Int32, Int32)

Initializes a new instance of the StringBuilder class from the specified substring and capacity.

Return to top
Show:
© 2017 Microsoft