C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
System.Text
StringBuilder Class
StringBuilder Methods
Append Method
AppendFormat Method
AppendLine Method
Clear Method
Equals Method
Replace Method
ToString Method
StringBuilder
Clear Method
Removes all characters from the current
StringBuilder
instance.
Namespace:
System.Text
Assembly:
mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
Copy
public
StringBuilder
Clear
()
Return Value
Type:
StringBuilder
An object whose
Length
is 0 (zero).
See Also
Reference
StringBuilder Class
System.Text Namespace