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
System.IConvertible Interface Reference
+ Inheritance diagram for System.IConvertible:

Public Member Functions

TypeCode GetTypeCode ()
 
bool ToBoolean (IFormatProvider provider)
 
char ToChar (IFormatProvider provider)
 
sbyte ToSByte (IFormatProvider provider)
 
byte ToByte (IFormatProvider provider)
 
short ToInt16 (IFormatProvider provider)
 
ushort ToUInt16 (IFormatProvider provider)
 
int ToInt32 (IFormatProvider provider)
 
uint ToUInt32 (IFormatProvider provider)
 
long ToInt64 (IFormatProvider provider)
 
ulong ToUInt64 (IFormatProvider provider)
 
float ToSingle (IFormatProvider provider)
 
double ToDouble (IFormatProvider provider)
 
decimal ToDecimal (IFormatProvider provider)
 
DateTime ToDateTime (IFormatProvider provider)
 
string ToString (IFormatProvider provider)
 
object ToType (Type conversionType, IFormatProvider provider)
 

Detailed Description

Definition at line 7 of file IConvertible.cs.


The documentation for this interface was generated from the following file: