Implemented interface member:
method
TryFormat
System.ISpanFormattable.TryFormat(System.Span<System.Char>, out System.Int32, System.ReadOnlySpan<System.Char>, System.IFormatProvider)
3 references to TryFormat
Microsoft.Net.Http.Headers (2)
HeaderUtilities.cs (1)
577
dt.
TryFormat
(span.Slice(1), out _, "r", CultureInfo.InvariantCulture);
SetCookieHeaderValue.cs (1)
266
var formatted = expiresValue.
TryFormat
(span, out var charsWritten, ExpiresDateFormat, CultureInfo.InvariantCulture);
System.Private.Xml (1)
System\Xml\XmlConvert.cs (1)
1799
return value.
TryFormat
(destination, out charsWritten, format, DateTimeFormatInfo.InvariantInfo);