The StringBuilder type is purely an optimization of the string class in the C# language, and it offers no new features over the string type. However, the optimization it provides, the mutability of the data buffer, is critical in many programs. Here we look at some StringBuilder basics, and also some less common properties.
StringBuilder Append Syntax
StringBuilder Capacity Test
StringBuilder Data Types
StringBuilder Equals Method
StringBuilder Memory Use
StringBuilder Mistake
StringBuilder Optimization Tip
StringBuilder Performance Test
StringBuilder Secrets
StringBuilder ToString Method
StringWriter Use