terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
IFormatterConverter.cs
Go to the documentation of this file.
1using System;
3
5{
6 [global::System.CLSCompliant(false)]
7 [global::Cpp2ILInjected.Token(Token = "0x20003C5")]
8 public interface IFormatterConverter
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x6001EBE")]
11 object Convert(object value, global::System.Type type);
12
13 [global::Cpp2ILInjected.Token(Token = "0x6001EBF")]
14 bool ToBoolean(object value);
15
16 [global::Cpp2ILInjected.Token(Token = "0x6001EC0")]
17 int ToInt32(object value);
18
19 [global::Cpp2ILInjected.Token(Token = "0x6001EC1")]
20 long ToInt64(object value);
21
22 [global::Cpp2ILInjected.Token(Token = "0x6001EC2")]
23 float ToSingle(object value);
24
25 [global::Cpp2ILInjected.Token(Token = "0x6001EC3")]
26 string ToString(object value);
27 }
28}
object Convert(object value, global::System.Type type)