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.
struct System.​IUtf8SpanFormattable
Assembly: System.Runtime
Provides functionality to format the string representation of an object into a span as UTF-8.
Methods
public
bool
TryFormat​(Span`1 utf8Destination,
Int32& bytesWritten,
ReadOnlySpan`1 format,
IFormatProvider provider)