StringBuilder Properties
Silverlight
The StringBuilder type exposes the following members.
| 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. |