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()

decimal IConvertible. System.Boolean.ToDecimal ( IFormatProvider provider)
inline

Implements System.IConvertible.

Definition at line 479 of file Boolean.cs.

480 {
481 if (!true)
482 {
483 }
484 decimal num = Convert.ToDecimal(false);
485 return 1;
486 }
static decimal ToDecimal(object value, IFormatProvider provider)
Definition Convert.cs:2302

References System.Convert.ToDecimal().