Platform Core .NET Assemblies API
AdaptiveStringBuilder Class
Members  See Also  Send Feedback
Terrasoft.Common Namespace : AdaptiveStringBuilder Class

Glossary Item Box

Provides mutable string of characters with optimized string building mechanism. This class cannot be inherited.

Syntax

 
C#
 
 

Remarks

This class represents a string-like object whose value is a mutable sequence of characters. The value is mutable because it can be modified after creation by appending, removing, replacing, or inserting characters. The class uses an optimized string building mechanism based on the instance of class usage statistics.

Inheritance Hierarchy

System.Object
   Terrasoft.Common.AdaptiveStringBuilder

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© Terrasoft 2002-2018.