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

◆ Parse()

bool System.Xml.Schema.XsdDateTime.Parser.Parse ( string text,
XsdDateTimeFlags kinds )
inline

Definition at line 455 of file XsdDateTime.cs.

456 {
457 this.text = text;
458 int stringLength = text._stringLength;
459 long num = 0L;
461 char c = text[(int)num];
462 bool flag = char.IsWhiteSpace(c);
463 if (this.length == 0)
464 {
465 }
466 int num2 = 773;
467 bool flag2 = this.ParseDate((int)num);
468 if (num2 != 0)
469 {
470 }
471 if (num2 == 0)
472 {
473 }
474 int num3 = this.length;
475 char c2 = this.text[(int)num];
476 if (num2 == 0)
477 {
478 }
479 return this.ParseTimeAndZoneAndWhitespace((int)num);
480 }
class f__AnonymousType0<< Count > j__TPar
bool ParseTimeAndZoneAndWhitespace(int start)

References j__TPar, System.L, System.Xml.Schema.XsdDateTime.Parser.length, System.Xml.Schema.XsdDateTime.Parser.ParseDate(), System.Xml.Schema.XsdDateTime.Parser.ParseTimeAndZoneAndWhitespace(), and System.Xml.Schema.XsdDateTime.Parser.text.