Creating a new string builder is perfectly fine when you need to start again.
Regarding checking if the string builder is empty or not depends on what you are doing - checking if it is equal to nothing simply says if the variable is initalised or not. You may also wantto check the Length property to see if you have a valid string builder but no content.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.