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

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

Definition at line 69 of file Byte.cs.

70 {
72 char c;
73 while (c != '\0')
74 {
75 }
76 byte b;
77 return b;
78 }
static void ThrowArgumentNullException(ExceptionArgument argument)

References System.ThrowHelper.ThrowArgumentNullException().