Rangoli
What’s the difference between System.String and System.Text.StringBuilder classes?
By Rangoli in ASP.NET on Dec 05 2006
  • Ravi Kumar
    Dec, 2006 5

    System.String is immutable. System.StringBuilder was designed with the purpose of having a mutable string where a variety of operations can be performed.

    • 0
  • Ravi Kumar
    Dec, 2006 5

    System.String is immutable. System.StringBuilder was designed with the purpose of having a mutable string where a variety of operations can be performed.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS