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.​ISpanFormattable
Assembly: System.Runtime
Implemented Interfaces
Provides functionality to format the string representation of an object into a span.
Methods
bool
TryFormat​(Span<​char> destination,
Int32& charsWritten,
ReadOnlySpan<​char> format,
IFormatProvider? provider)