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

static byte System.Byte.Parse ( string s,
NumberStyles style,
IFormatProvider provider )
inlinestatic

Definition at line 81 of file Byte.cs.

82 {
84 byte b;
85 return b;
86 }
static void ThrowArgumentNullException(ExceptionArgument argument)

References System.ThrowHelper.ThrowArgumentNullException().