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

◆ ParseExact() [2/3]

static DateTime System.DateTime.ParseExact ( string s,
string format,
IFormatProvider provider,
DateTimeStyles style )
inlinestatic

Definition at line 689 of file DateTime.cs.

690 {
691 if (!true)
692 {
693 }
694 DateTimeFormatInfo.ValidateStyles(style, "style");
695 int stringLength;
696 int stringLength2;
697 if (s != null)
698 {
699 if (format == null)
700 {
701 goto IL_0040;
702 }
703 if (s == null)
704 {
705 goto IL_004A;
706 }
707 char rawStringData = s.GetRawStringData();
708 stringLength = s._stringLength;
709 if (format == null)
710 {
711 goto IL_0050;
712 }
713 char rawStringData2 = format.GetRawStringData();
714 stringLength2 = format._stringLength;
715 }
717 while (stringLength2 != 0)
718 {
719 }
720 IL_0040:
722 while (stringLength != 0)
723 {
724 }
725 IL_004A:
726 while (stringLength2 != 0)
727 {
728 }
729 IL_0050:
730 if (!true)
731 {
732 }
734 while (stringLength2 != 0)
735 {
736 }
737 return 1;
738 }
class f__AnonymousType0<< Count > j__TPar
static DateTimeFormatInfo GetInstance(IFormatProvider provider)
static void ValidateStyles(DateTimeStyles style, string parameterName)
static void ThrowArgumentNullException(ExceptionArgument argument)

References System.format, System.Globalization.DateTimeFormatInfo.GetInstance(), j__TPar, System.s, System.ThrowHelper.ThrowArgumentNullException(), and System.Globalization.DateTimeFormatInfo.ValidateStyles().