StringBuilder Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
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. |
|
MaxCapacity | Gets the maximum capacity of this instance. |
Show: