StringBuilder: Clear

Clear

Removes all characters from the current StringBuilder instance.



 Public Function Clear ( ) As StringBuilder

Return Values

StringBuilder -  An object whose Length is 0 (zero).

Remarks

Clear is a convenience method that is equivalent to setting the Length property of the current instance to 0 (zero).

See Also

Project CorLib Overview

Class StringBuilder Overview