StringBuilder Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The StringBuilder type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Capacity Gets or sets the maximum number of characters that can be contained in the memory allocated by the current instance.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Chars Gets or sets the character at the specified character position in this instance.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Length Gets or sets the length of the current StringBuilder object.

Top