Removes all characters from the current StringBuilder instance.
OutputVar := instance.Clear()
Removes all characters from the current StringBuilder instance.
A reference to this instance after the append operation has completed.
Clear is a convenience method that is equivalent to setting the Length property of the current instance to 0 (zero).
Calling the Clear method does not modify the current instance's Capacity or MaxCapacity property.