Struct StringBuilderScope
Represents a scope in which a cached Builder instance is retrieved and released back to the cache.
public readonly struct StringBuilderScope : IDisposable
- Implements
- Inherited Members
Properties
Methods
- ToString()
Returns the string value of the Builder instance.
- ToString(int, int)
Converts the value of a substring of the Builder instance to a string by using the specified starting position and length of the substring.
Operators
- implicit operator StringBuilder(in StringBuilderScope)
Operator to implicitly convert the StringBuilderScope instance to a Builder for use in code that expects a Builder.