terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ TryParse() [3/3]

static bool System.DateTimeParse.TryParse ( ReadOnlySpan< char > s,
DateTimeFormatInfo dtfi,
DateTimeStyles styles,
DateTimeResult result )
inlinestaticpackage

Definition at line 586 of file DateTimeParse.cs.

587 {
588 if (s != null)
589 {
590 string dateSeparator = dtfi.DateSeparator;
591 string timeSeparator = dtfi.TimeSeparator;
592 Calendar calendar = dtfi.calendar;
593 result.calendar = calendar;
594 if (calendar == null)
595 {
596 }
597 bool flag;
598 return flag;
599 }
600 if ("String was not recognized as a valid DateTime." == null)
601 {
602 }
603 bool flag2;
604 return flag2;
605 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and System.s.