Removes all characters from the current StringBuilder instance.
Public Function Clear ( ) As StringBuilder
Clear is a convenience method that is equivalent to setting the Length property of the current instance to 0 (zero).
Project CorLib Overview
Class StringBuilder Overview