System.Buffers.Text Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |
Base64Url |
Converts between binary data and URL-safe ASCII encoded text that's represented in Base64Url characters. |
Utf8Formatter |
Provides static methods to format common data types as Utf8 strings. |
Utf8Parser |
Provides static methods to parse Utf8 strings to common data types. |