Possible Duplicate:
best way to clear contents of .NET’s StringBuilder
Is there a quick and easy way to get rid of what a StringBuilder currently holds?
I was looking for a Clear() method but I can't find it. ;)
I would to do
stringBuilderObject = ""
or something along those lines.