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

◆ GetRegularToken()

void System.__DTString.GetRegularToken ( [Out] TokenType tokenType,
[Out] int tokenValue,
DateTimeFormatInfo dtfi )
inlinepackage

Definition at line 120 of file __DTString.cs.

121 {
122 int index = this.Index;
123 int num = 11;
124 tokenType.value__ = num;
125 char current = this.m_current;
126 if (num == 0)
127 {
128 }
129 bool flag = DateTimeParse.IsDigit(current);
130 char current2 = this.m_current;
131 if (num == 0)
132 {
133 }
134 bool flag2 = char.IsWhiteSpace(current2);
135 int index2 = this.Index;
136 this.Index = (int)current2;
137 }
class f__AnonymousType0<< Count > j__TPar
static bool IsDigit(char ch)

References System.__DTString.Index, System.index, System.DateTimeParse.IsDigit(), j__TPar, and System.__DTString.m_current.