What?s the advantage of using System.Text.StringBuilder over
System.String?
Answer Posted / rahul
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 ? | 10 Yes | 2 No |
Post New Answer View All Answers
What is dependency injection?
Wcf and what is difference between wcf and web services?
What is the purpose of reserved word using in c#?
How can I access the registry from c# code?
What is the purpose of static?
What is default access modifier for class in c#?
What is managed code?
How many dimensions can an array have?
What is stringbuilder c#?
What is a clr host?
Is stringbuilder thread safe c#?
What is clr namespace?
what is the syntax to inherit from a class in c#?
What do you know about WM_CHAR message?
What is yield break in c#?