What?s the advantage of using System.Text.StringBuilder over
System.String?
Answer / guest
StringBuilder is more efficient in the cases, where a lot of
manipulation is done to the text. Strings are immutable, so
each time it?s being operated on, a new instance is created
Is This Answer Correct ? | 3 Yes | 0 No |
What is the difference between system.string and system.text.stringbuilder classes?
What is Lambda Expression?
What is an int in c#?
What is firstordefault c#?
What is double c#?
Why generics are used in c#?
Can we inherit an abstract class in another abstract class. If no why and If yes how..?
What is default value of enum c#?
How?s method overriding different from overloading?
What does char mean in c#?
What is difference between singleordefault and firstordefault?
Is c# easier than c++?