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

Public Member Functions

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

Detailed Description

Definition at line 8 of file IConvertible.cs.


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