StringBuilder Properties
.NET Framework (current version)
Namespace:
System.Text
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Capacity | Gets or sets the maximum number of characters that can be contained in the memory allocated by the current instance. |
![]() | Chars[Int32] | 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:
