System.Buffers.Text Namespace

This namespace contains types that can be used to parse and format common data types to and from UTF-8 text representations.

Classes

Base64

Converts between binary data and UTF-8 encoded text that is represented in base 64.

Utf8Formatter

Provides static methods to format common data types as Utf8 strings.

Utf8Parser

Provides static methods to parse Utf8 strings to common data types.