InplaceStringBuilder
Provides a mechanism for fast, non-allocating string concatenation.
Gets the number of characters that the current InplaceStringBuilder object can contain.
Initializes a new instance of the InplaceStringBuilder class.
Appends a string to the end of the current InplaceStringBuilder instance.
Appends a string segment to the end of the current InplaceStringBuilder instance.
Appends a substring to the end of the current InplaceStringBuilder instance.
Appends a character to the end of the current InplaceStringBuilder instance.