Showing posts with label What’s the difference between System.String and System.StringBuilder classes?. Show all posts
Showing posts with label What’s the difference between System.String and System.StringBuilder classes?. Show all posts

Monday, June 23, 2014

What’s the difference between System.String and System.StringBuilder classes?

System.String is immutable, System.StringBuilder was designed with the purpose of having a mutable string where a variety of operations can be performed.