How to append two stringBuilders?

Viewed 50949

Is there a way to append two string builders? And if so - does it perform better than appending a string to a StringBuilder ?

6 Answers
Related