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

◆ ConvertTo() [1/2]

override object System.ComponentModel.DecimalConverter.ConvertTo ( ITypeDescriptorContext context,
CultureInfo culture,
object value,
Type destinationType )
inlinevirtual

Reimplemented from System.ComponentModel.BaseNumberConverter.

Definition at line 44 of file DecimalConverter.cs.

45 {
46 if (!true)
47 {
48 }
49 Type type;
50 bool flag = destinationType == type;
51 if (value != null)
52 {
53 }
54 return base.ConvertTo(context, culture, value, destinationType);
55 }
class f__AnonymousType0<< Count > j__TPar

References System.culture, j__TPar, and System.value.