Mono Class Library: Overview

System.Text.StringBuilder: Property Members

The properties of System.Text.StringBuilder are listed below. For a list of all members, see the StringBuilder Members list.

See Also: Inherited members from System.Object

Public Properties

Capacityint. Gets or sets the maximum number of characters that can be contained in the memory allocated by the current instance.
default property
Chars(int)char. Gets or sets the character at a specified position in the current instance.
Lengthint. Gets or sets the length of the current instance.
[read-only]
MaxCapacityint. Documentation for this section has not yet been entered.