What?s the advantage of using System.Text.StringBuilder over
System.String?
Answer Posted / susan
StringBuilder is more efficient in the cases, where a lot
of manipulation is done to the text. Strings are immutable,
so each time it is being operated on, a new instance is created.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a base class in C#?
What is meaning of type safety in c#?
Explain the clr triggers?
Is there throws keyword in c#?
How many bytes is a char c#?
What is an inheritance in c#?
What is the solution if you need to manipulate sets of items?
Is a dll an assembly?
Why is it important to override gethashcode when equals method is overridden?
Is a char?
What does xpath return?
What is property in c#?
When should we use delegates in c#?
What is dapper in c#?
What is the difference between null and string empty in c#?