I understand the difference between String and StringBuilder (StringBuilder being mutable) but is there a large performance difference between the two?

The program I’m working on has a lot of case driven string appends (500+). Is using StringBuilder a better choice?

24 Answers
24

Leave a Reply

Your email address will not be published. Required fields are marked *