Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Runtime.Serialization.IFormatterConverter Interface 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)
 

Detailed Description

Definition at line 4 of file IFormatterConverter.cs.


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