Clear()

Namespace ›› System.MfText ›› StringBuilder ›› Methods ››
Parent Previous Next

Clear()

Removes all characters from the current StringBuilder instance.

OutputVar := instance.Clear()

Clear()

Removes all characters from the current StringBuilder instance.

Returns

A reference to this instance after the append operation has completed.

Remarks

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.