C# String Theory—StringBuilder Class

Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio


Jump to: navigation, search
CSharp-Online.NET:Articles
C# Articles

C# String Theory

edit
This page is under construction and not in a completed state. If you do not find here that which you seek, perform a search. For help with various kinds of searches, consult Searching. Image:UnderConstruction01.png

StringBuilder class in C#

System.Text.StringBuilder

Contents


Visual C# Best Practices

  • Use the StringBuilder class whenever you will be doing a great deal of string manipulation. This will be speedier and save memory in most cases.

MSDN references

StringBuilder class

See also


Previous_Page_.gif Next_Page_.gif

Personal tools