Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ToString() [3/3]

string System.TimeSpan.ToString ( string? format,
IFormatProvider? formatProvider )
inline

Implements System.IFormattable.

Definition at line 486 of file TimeSpan.cs.

487 {
488 return TimeSpanFormat.Format(this, format, formatProvider);
489 }
static string Format(TimeSpan value, string format, IFormatProvider formatProvider)

References System.Globalization.TimeSpanFormat.Format(), and System.format.