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: