Implemented interface member:
method
TryFormat
System.IUtf8SpanFormattable.TryFormat(System.Span<System.Byte>, out System.Int32, System.ReadOnlySpan<System.Char>, System.IFormatProvider)
1 reference to TryFormat
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\IntPtr.cs (1)
216((nint_t)_value).TryFormat(utf8Destination, out bytesWritten, format, provider);