Namespace System.Text
Classes
PooledStringBuilder
Represents a mutable string of characters. This class cannot be inherited. Instances of this type are kept in a pool for recycling.
PooledStringBuilderHolder
Struct holding a pooled StringBuilder instance. Values of this type get returned from the New methods on PooledStringBuilder and provide a strongly typed disposable wrapper around the resource.
StringBuilderPool
Object pool for System.Text.StringBuilder instances.
StringBuilderStringSegmentExtensions
Provides a set of extension methods for StringBuilder to work with string segments.