|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| void | GetObjectData (SerializationInfo info, StreamingContext context) |
| override string | ToString () |
| string | ToString (IFormatProvider? provider) |
| 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) |
| object | ToType (Type conversionType, IFormatProvider? provider) |
Static Public Attributes | |
| static readonly DBNull | Value = new DBNull() |
Private Member Functions | |
| DBNull () | |
| DBNull (SerializationInfo info, StreamingContext context) | |
| bool IConvertible. | ToBoolean (IFormatProvider provider) |
| char IConvertible. | ToChar (IFormatProvider provider) |
| sbyte IConvertible. | ToSByte (IFormatProvider provider) |
| byte IConvertible. | ToByte (IFormatProvider provider) |
| short IConvertible. | ToInt16 (IFormatProvider provider) |
| ushort IConvertible. | ToUInt16 (IFormatProvider provider) |
| int IConvertible. | ToInt32 (IFormatProvider provider) |
| uint IConvertible. | ToUInt32 (IFormatProvider provider) |
| long IConvertible. | ToInt64 (IFormatProvider provider) |
| ulong IConvertible. | ToUInt64 (IFormatProvider provider) |
| float IConvertible. | ToSingle (IFormatProvider provider) |
| double IConvertible. | ToDouble (IFormatProvider provider) |
| decimal IConvertible. | ToDecimal (IFormatProvider provider) |
| DateTime IConvertible. | ToDateTime (IFormatProvider provider) |
| object IConvertible. | ToType (Type type, IFormatProvider provider) |