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.String.ToDecimal ( IFormatProvider provider)
inlineprivate

Implements System.IConvertible.

Definition at line 1898 of file String.cs.

1899 {
1900 if (!true)
1901 {
1902 }
1903 decimal num = Convert.ToDecimal(this, provider);
1904 return 1;
1905 }
static decimal ToDecimal(object value, IFormatProvider provider)
Definition Convert.cs:2302

References System.Convert.ToDecimal().