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.
1
using
System
;
2
3
namespace
System.Runtime.Serialization
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
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Type
Definition
Type.cs:12
System.Runtime.Serialization.IFormatterConverter.ToSingle
float ToSingle(object value)
System.Runtime.Serialization.IFormatterConverter.ToInt32
int ToInt32(object value)
System.Runtime.Serialization.IFormatterConverter.ToString
string ToString(object value)
System.Runtime.Serialization.IFormatterConverter.ToBoolean
bool ToBoolean(object value)
System.Runtime.Serialization.IFormatterConverter.ToInt64
long ToInt64(object value)
System.Runtime.Serialization.IFormatterConverter.Convert
object Convert(object value, Type type)
System.Runtime.Serialization.IFormatterConverter
Definition
IFormatterConverter.cs:8
System.Runtime.Serialization
Definition
DeserializationEventHandler.cs:4
System.ExceptionArgument.value
@ value
System
Definition
__ComObject.cs:4
source
mscorlib
System
Runtime
Serialization
IFormatterConverter.cs
Generated by
1.10.0