C# (Sharp) Programming Language Question:
What is the difference between System.String and System.StringBuilder classes?
Answer:
System.String is immutable; System.StringBuilder was designed with the purpose of having a mutable string where a variety of operations can be performed.
Previous Question | Next Question |
What does the parameter Initial Catalog define inside Connection String? | What is the top .NET class that everything is derived from? |