C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
System.Text
StringBuilder Class
StringBuilder Properties
Length Property
StringBuilder
Length Property
Gets or sets the length of the current
StringBuilder
object.
Namespace:
System.Text
Assembly:
mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
Copy
public
int
Length
{
get
;
set
; }
Return Value
Type:
Int32
The length of this instance.
Exceptions
Exception
Condition
ArgumentOutOfRangeException
The value specified for a set operation is less than zero or greater than
MaxCapacity
.
See Also
Reference
StringBuilder Class
System.Text Namespace