BufferWriterSlimInterpolatedStringHandler
Represents handler of the interpolated string
that can be written to IBufferWriter<T> without temporary allocations.
Gets number of written characters.
public BufferWriterSlimInterpolatedStringHandler(int literalLength, int formattedCount, ref BufferWriterSlim 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.