What?s the advantage of using System.Text.StringBuilder over
System.String?
Answer Posted / 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 |
Post New Answer View All Answers
What is lazy class in c#?
How is a loop recorder monitored?
What is the namespace for datatable in c#?
How do I join one form to another in c#?
What is uint64?
Can you instantiate an abstract class c#?
What language do desktop applications use?
What is the difference between internal and protected in c#?
What is callback function in c#?
What does mean c#?
Can we extend sealed class in c#?
Is int reference type c#?
What is the use of parse in c#?
How to prevent the error while updating ui control from another thread?
What is difference between asp net and c# net?