Clearing the StringBuilder
Its been 4 months now since my last post, I have not been up to much on the development side but here's hoping I get back to my old ways soon.
Right starting off with the StringBuilder, it does not have a clear or reset method to clear the string. I later found out from Brad (Brad Abrams of the BCL team @ Microsoft) that setting the length property to zero clears the string.
Right starting off with the StringBuilder, it does not have a clear or reset method to clear the string. I later found out from Brad (Brad Abrams of the BCL team @ Microsoft) that setting the length property to zero clears the string.
0 Comments:
Post a Comment
<< Home