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() [5/5]

static int System.Int32.Parse ( string s,
NumberStyles style,
IFormatProvider provider )
inlinestatic

Definition at line 137 of file Int32.cs.

138 {
140 int num;
141 return num;
142 }
static void ThrowArgumentNullException(ExceptionArgument argument)

References System.ThrowHelper.ThrowArgumentNullException().