C#: Using StringBuilder for Concatnation


/ Published in: C#
Save to your folder(s)

StringBuilder class is a much better way to concatenate strings. Unlike a string object it can be changed as needed, and is much more efficient than using +=

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.