2 references to Format
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\TimeSpan.cs (2)
862
public string ToString([StringSyntax(StringSyntaxAttribute.TimeSpanFormat)] string? format) => TimeSpanFormat.
Format
(this, format, null);
863
public string ToString([StringSyntax(StringSyntaxAttribute.TimeSpanFormat)] string? format, IFormatProvider? formatProvider) => TimeSpanFormat.
Format
(this, format, formatProvider);