StringBuilder Properties
.NET Framework 1.1
The properties of the StringBuilder class are listed here. For a complete list of StringBuilder class members, see the StringBuilder Members topic.
Public Properties
Capacity Supported by the .NET Compact Framework. | 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.
In C#, this property is the indexer for the StringBuilder class. |
Length Supported by the .NET Compact Framework. | Gets or sets the length of this instance. |
MaxCapacity | Gets the maximum capacity of this instance. |
