What is the difference between System.String and System.StringBuilder classes

Q

What is the difference between System.String and System.StringBuilder classes?

✍: Guest

A

System.String is immutable; System.StringBuilder can have mutable string where a variety of operations can be performed.

2007-10-23, 5294👍, 0💬