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

◆ IsValidXmlVersion()

bool System.Xml.XmlDeclaration.IsValidXmlVersion ( string ver)
inlineprivate

Definition at line 202 of file XmlDeclaration.cs.

203 {
204 int stringLength = ver._stringLength;
205 long num = 0L;
206 char c = ver[(int)num];
207 int num2 = 1;
208 long num3 = 0L;
209 char c2 = ver[num2];
210 int stringLength2 = ver._stringLength;
211 int num4 = 2;
212 return XmlCharType.IsOnlyDigits(ver, num4, (int)num3);
213 }
class f__AnonymousType0<< Count > j__TPar

References System.Xml.XmlCharType.IsOnlyDigits(), j__TPar, and System.L.

Referenced by System.Xml.XmlDeclaration.XmlDeclaration().