Implemented interface member:
method
TryFormat
System.ISpanFormattable.TryFormat(System.Span<System.Char>, out System.Int32, System.ReadOnlySpan<System.Char>, System.IFormatProvider)
2 references to TryFormat
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\UIntPtr.cs (1)
208((nuint_t)_value).TryFormat(destination, out charsWritten, format, provider);
System.Private.Xml (1)
System\Xml\XmlConvert.cs (1)
1698return value.TryFormat(destination, out charsWritten, default, CultureInfo.InvariantCulture);