C# String Theory—StringBuilder Class
Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio
| CSharp-Online.NET:Articles |
| C# Articles |
| 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. |
|
[edit]
StringBuilder class in C#
System.Text.StringBuilder
Contents |
[edit]
Visual C# Best Practices
- Use the
StringBuilderclass whenever you will be doing a great deal of string manipulation. This will be speedier and save memory in most cases.
[edit]
MSDN references
[edit]
See also
|


