NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

StringBuilder Properties

The properties of the StringBuilder class are listed below. For a complete list of StringBuilder class members, see the StringBuilder Members topic.

Public:

Capacity Retrieves or assigns the capacity of the current StringBuilder, which is the number of characters the current StringBuilder is capable of holding.
Chars Gets or sets the character at a specified position.
Length Retrieves or assigns the length of the current StringBuilder.
MaxCapacity Retrieves the maximum capacity of the current StringBuilder.

See Also

StringBuilder Class | System.Text Namespace