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.BaseNumberConverter.ConvertTo ( ITypeDescriptorContext context,
CultureInfo culture,
object value,
Type destinationType )
inlinevirtualinherited

Reimplemented from System.ComponentModel.TypeConverter.

Reimplemented in System.ComponentModel.DecimalConverter.

Definition at line 58 of file BaseNumberConverter.cs.

59 {
60 do
61 {
62 if (!true)
63 {
64 }
65 Type type;
66 bool flag = destinationType == type;
67 }
68 while (culture != null);
69 if (CultureInfo.CurrentCulture != null)
70 {
71 }
72 object obj;
73 return obj;
74 }
class f__AnonymousType0<< Count > j__TPar
static CultureInfo CurrentCulture

References System.culture, System.Globalization.CultureInfo.CurrentCulture, j__TPar, and System.obj.