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

◆ ChangeType() [2/3]

static object System.Convert.ChangeType ( object value,
Type conversionType,
IFormatProvider provider )
inlinestatic

Definition at line 145 of file Convert.cs.

146 {
147 int num;
148 do
149 {
150 num = 1;
151 }
152 while (value == null);
153 if (num == 0)
154 {
155 }
156 return "Null object cannot be converted to a value type.";
157 }

References System.value.