" Live as if you were to die tomorrow. Learn as if you were to live forever.. "
- Mahatma Gandhi

A better way to Clear a StringBuilder

Posted on November 23rd, 2015 by Santosh Bisoyi

Since .NET Framework[2.0 or 3.5] does not provide the “Clear” Method for StringBuilder class, sometimes as a developer you may come accross a sitution like using the StringBuilder object for concatenation operation of some sets of random number of string and then empty it and again re-use it for another concatenation operation. So there are […]