The properties of the StringBuilder class are listed below. For a complete list of StringBuilder class members, see the StringBuilder Members topic.
Capacity | Retrieves or assigns the capacity of the current StringBuilder, which is the number of characters the current StringBuilder is capable of holding. |
Chars | Gets or sets the character at a specified position. |
Length | Retrieves or assigns the length of the current StringBuilder. |
MaxCapacity | Retrieves the maximum capacity of the current StringBuilder. |