adspace
Why is it efficient to use System.string under System.Text.StringBuilder ?
Answer Posted / Jinkal Chaudhary
Using System.Text.StringBuilder instead of System.String for concatenating strings in C# can improve performance because StringBuilder is designed to handle string manipulation more efficiently, especially when dealing with large amounts of text.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers