StringBuilder Properties
.NET Framework 3.0
| Name | Description | |
|---|---|---|
| Capacity | Gets or sets the maximum number of characters that can be contained in the memory allocated by the current instance. |
| Chars | Gets or sets the character at the specified character position in this instance. |
| Length | Gets or sets the length of the current StringBuilder object. |
| MaxCapacity | Gets the maximum capacity of this instance. |