StringBuilder Vs String Concatenations...
Posted by Robin in
.Net on 04 18th, 2009 |
1 Comment
StringBuilder or String Concatenation.. Is there any real performance issue in string concatenation ? When should I use StringBuilder ? To answer these questions, first lets examine the difference between String and StringBuilder classes.
What is the difference between String and
StringBuilder?
String...