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

◆ StringToInt() [2/2]

static int System.ParseNumbers.StringToInt ( ReadOnlySpan< char > s,
int radix,
int flags,
int currPos )
inlinestatic

Definition at line 34 of file ParseNumbers.cs.

35 {
36 int num = 10;
37 currPos.m_value = num;
38 return "Value was either too large or too small for an Int32.";
39 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.