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

◆ ToDecimal() [1/13]

static decimal System.Convert.ToDecimal ( bool value)
inlinestatic

Definition at line 2446 of file Convert.cs.

2447 {
2448 if (!true)
2449 {
2450 }
2451 decimal num = (value ? 1 : 0);
2452 return 1;
2453 }

References System.value.