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 a console in c#?
what is a destructor?
what is the syntax to inherit from a class in c#?
what is a structure in c#
what is the equivalent to regsvr32 and regsvr32 /u a file in .net development?
How long can a string be c#?
What is dll file in c#?
What is sqlconnection in c#?
What is meant by console programming?
Can you have an array of arrays?
What is parsing? How to parse a date time string?
If c# destructors are so different to c++ destructors, why did ms use the same syntax?
What are get and set in c#?
Can we create extension method for interface?
What is data hiding in c#?