InplaceStringBuilder Struct
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This type is retained only for compatibility. The recommended alternative is string.Create<TState> (int length, TState state, System.Buffers.SpanAction<char,TState> action).
Provides a mechanism for fast, non-allocating string concatenation.
public value class InplaceStringBuilder
[System.Obsolete("This type is retained only for compatibility. The recommended alternative is string.Create<TState> (int length, TState state, System.Buffers.SpanAction<char,TState> action).", true)]
public struct InplaceStringBuilder
[<System.Obsolete("This type is retained only for compatibility. The recommended alternative is string.Create<TState> (int length, TState state, System.Buffers.SpanAction<char,TState> action).", true)>]
type InplaceStringBuilder = struct
Public Structure InplaceStringBuilder
- Inheritance
- Attributes
Inplace |
Initializes a new instance of the InplaceStringBuilder class. |
Capacity |
Gets the number of characters that the current InplaceStringBuilder object can contain. |
Append(Char) |
Appends a character to the end of the current InplaceStringBuilder instance. |
Append(String, Int32, Int32) |
Appends a substring to the end of the current InplaceStringBuilder instance. |
Append(String) |
Appends a string to the end of the current InplaceStringBuilder instance. |
Append(String |
Appends a string segment to the end of the current InplaceStringBuilder instance. |
To |
Converts the value of this instance to a String. |
Product | Versions (Obsolete) |
---|---|
.NET | (8 (package-provided), 9 (package-provided)) |
.NET Framework | (4.7 (package-provided), 4.7.1 (package-provided), 4.7.2 (package-provided), 4.8 (package-provided)) |
.NET Standard | (2.0 (package-provided)) |
.NET feedback
.NET is an open source project. Select a link to provide feedback: