Click here to Skip to main content
15,894,343 members
Articles / Programming Languages / C#

The Difference Between String and StringBuilder in C#

Rate me:
Please Sign up or sign in to vote.
4.59/5 (13 votes)
24 Jan 2018CPOL7 min read 49.2K   20  
In this article, I will be explaining the difference between using String and StringBuilder when dealing with your string values and in which cases you should never use String and other cases where StringBuilder is not the optimal solution.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect
Jordan Jordan
A passionate software developer with 13+ years of overall experience in various development languages including C#/vb.net, java. The technologies I mostly focus on are: ASP.NET Core, Android, Angular

I currently work as a Corporate Technical Manager in the Digital Solutions Team at Aramex International in Amman, Jordan.

Comments and Discussions