Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Clears the contents of the Sys.StringBuilder instance.
var stringBuilderVar = new Sys.StringBuilder( string );
stringBuilderVar.clear();
Remarks
Use the clear method to clear the StringBuilder instance of its current contents.