What is the default capacity of a StringBuilder?
StringBuilder
And when should (or shouldn't) the default be used?
The default capacity of StringBuilder is 16 characters (I used .NET Reflector to find out).
2.1m questions
2.1m answers
60 comments
57.0k users