StringBuilder Members
The following tables list the members exposed by the StringBuilder type.
Public Constructors
| Name | Description | |
|---|---|---|
![]() |
StringBuilder | Overloaded. Initializes instances of the StringBuilder class. |
Public Properties
| Name | Description | |
|---|---|---|
![]() |
Capacity | Gets or sets the maximum number of characters that can be contained in the memory allocated by the current instance. |
![]() |
Item | Gets or sets the character at the specified character position in this instance. |
![]() |
Length | Gets or sets the length of this instance. |
![]() |
MaxCapacity | Gets the maximum capacity of this instance. |
Public Methods
| Name | Description | |
|---|---|---|
![]() |
Append | Overloaded. Specifies the Append property. |
![]() |
AppendFormat | Appends a formatted string. |
![]() |
AppendLine | Overloaded. Appends information to the end of the current StringBuilder object. |
![]() |
Equals | Overloaded. Indicates whether this instance is equal to a specified object |
![]() |
Insert | Overloaded. Inserts a string or strings at specified character positions. |
![]() |
Remove | Removes the specified range of characters from this instance. |
![]() |
Replace | Overloaded. Replaces a string with another string. |
![]() |
ToString | Overloaded. Converts values to String. |
.gif)
.gif)