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
IFormatterConverter.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x020003C5 RID: 965
6 [CLSCompliant(false)]
7 public interface IFormatterConverter
8 {
9 // Token: 0x06001EBE RID: 7870
10 object Convert(object value, Type type);
11
12 // Token: 0x06001EBF RID: 7871
13 bool ToBoolean(object value);
14
15 // Token: 0x06001EC0 RID: 7872
16 int ToInt32(object value);
17
18 // Token: 0x06001EC1 RID: 7873
19 long ToInt64(object value);
20
21 // Token: 0x06001EC2 RID: 7874
22 float ToSingle(object value);
23
24 // Token: 0x06001EC3 RID: 7875
25 string ToString(object value);
26 }
27}
class f__AnonymousType0<< Count > j__TPar
object Convert(object value, Type type)