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

◆ TryParse() [6/8]

static bool ISpanParseable< TimeSpan >. System.TimeSpan.TryParse ( ReadOnlySpan< char > s,
IFormatProvider provider,
out TimeSpan result )
inlinestatic

Definition at line 659 of file TimeSpan.cs.

660 {
661 return TryParse(s, provider, out result);
662 }
static bool TryParse([NotNullWhen(true)] string? s, out TimeSpan result)
Definition TimeSpan.cs:382

References System.s, and System.TimeSpan.TryParse().