Removes all characters from the current System.Text.StringBuilder instance.
An object whose StringBuilder.Length is 0 (zero).
StringBuilder.Clear is a convenience method that is equivalent to setting the StringBuilder.Length property of the current instance to 0 (zero).
Calling the StringBuilder.Clear method does not modify the current instance's StringBuilder.Capacity or StringBuilder.MaxCapacity property.