Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Runtime.Serialization.FormatterConverter Class Reference

Public Member Functions

object Convert (object value, Type type)
 
object Convert (object value, TypeCode typeCode)
 
bool ToBoolean (object value)
 
char ToChar (object value)
 
sbyte ToSByte (object value)
 
byte ToByte (object value)
 
short ToInt16 (object value)
 
ushort ToUInt16 (object value)
 
int ToInt32 (object value)
 
uint ToUInt32 (object value)
 
long ToInt64 (object value)
 
ulong ToUInt64 (object value)
 
float ToSingle (object value)
 
double ToDouble (object value)
 
decimal ToDecimal (object value)
 
DateTime ToDateTime (object value)
 
stringToString (object value)
 

Static Private Member Functions

static void ThrowValueNullException ()
 

Detailed Description

Definition at line 6 of file FormatterConverter.cs.


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