What is the advantage of using System.Text.StringBuilder over System.String?
What is the advantage of using System.Text.StringBuilder over System.String?
Answer
StringBuilder is more efficient in cases where there is a large amount of string manipulation. Strings are immutable, so each time it's being operated on, a new instance is created.
Disclimer: PCDS.CO.IN not responsible for any content, information, data or any feature of website.
If you are using this website then its your own responsibility to understand the content of the website