BufferWriterInterpolatedStringHandler
Represents handler of the interpolated string
that can be written to IBufferWriter<T> without temporary allocations.
Gets number of written characters.
public BufferWriterInterpolatedStringHandler(int literalLength, int formattedCount, IBufferWriter<char> buffer, IFormatProvider provider = null)
Initializes a new interpolated string handler.
Writes the specified value to the handler.
Writes the specified character span to the handler.
Writes the specified string of chars to the handler.
Writes the specified value to the handler.
Writes the specified string to the handler.