Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
interface System.​IUtf8SpanFormattable
Assembly: System.Runtime
Provides functionality to format the string representation of an object into a span as UTF-8.
Methods
bool
TryFormat​(Span<​byte> utf8Destination,
Int32& bytesWritten,
ReadOnlySpan<​char> format,
IFormatProvider? provider)