What is the difference between System.String and System.StringBuilder classes?
2399
18-Dec-2013
Sumit Kesarwani
18-Dec-2013System.String is immutable.
System.StringBuilder was designed with the purpose of having a mutable string where a variety of operations can be performed.