Manu
What’s the advantage of using System.Text.StringBuilder over System.String?
By Manu in C# on Jul 13 2006
  • Jul, 2006 14

    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.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS