adspace
Answer Posted / Nitin Dwivedi
We use StringBuilder in C# for efficient handling of dynamic strings. It is useful when you need to frequently concatenate or manipulate strings, as it avoids unnecessary memory allocations associated with the creation of new strings. This leads to better performance, especially when dealing with large amounts of text.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers