Namespace DotNext.Text
Classes
EncodingExtensions
Represents extension method for Encoding data type.
StringInterpolation
Provides factory methods to create interpolated strings efficiently.
Structs
BufferWriterEncodingInterpolatedStringHandler
Represents converter of interpolated string directly to a sequence of bytes using the specified encoding.
BufferWriterInterpolatedStringHandler
Represents handler of the interpolated string that can be written to IBufferWriter<T> without temporary allocations.
BufferWriterSlimEncodingInterpolatedStringHandler
Represents converter of interpolated string directly to a sequence of bytes using the specified encoding.
BufferWriterSlimInterpolatedStringHandler
Represents handler of the interpolated string that can be written to IBufferWriter<T> without temporary allocations.
DecodingContext
Represents text decoding context.
EncodingContext
Represents text encoding context.
EncodingInterpolatedStringHandler
Represents converter of interpolated string directly to a sequence of bytes using the specified encoding.
StringBuilderConsumer
Represents implementation of IConsumer<T> in the form of the writer to StringBuilder.