Class used for type conversions More...
Public Member Functions | |
double | ToDouble (object O) |
Convert given value to double More... | |
float | ToSingle (object O) |
Convert given value to float More... | |
UInt16 | ToUInt16 (object O) |
Convert given value to UInt16 More... | |
UInt32 | ToUInt32 (object O) |
Convert given value to UInt32 More... | |
UInt64 | ToUInt64 (object O) |
Convert given value to UInt64 More... | |
Int16 | ToInt16 (object O) |
Convert given value to Int16 More... | |
Int32 | ToInt32 (object O) |
Convert given value to Int32 More... | |
Int64 | ToInt64 (object O) |
Convert given value to Int64 More... | |
SByte | ToSByte (object O) |
Convert given value to SByte More... | |
Byte | ToByte (object O) |
Convert given value to Byte More... | |
Decimal | ToDecimal (object O) |
Convert given value to Decimal More... | |
Class used for type conversions
Byte ToByte | ( | object | O | ) |
Convert given value to Byte
O | Value for conversion |
Decimal ToDecimal | ( | object | O | ) |
Convert given value to Decimal
O | Value for conversion |
double ToDouble | ( | object | O | ) |
Convert given value to double
O | Value for conversion |
Int16 ToInt16 | ( | object | O | ) |
Convert given value to Int16
O | Value for conversion |
Int32 ToInt32 | ( | object | O | ) |
Convert given value to Int32
O | Value for conversion |
Int64 ToInt64 | ( | object | O | ) |
Convert given value to Int64
O | Value for conversion |
SByte ToSByte | ( | object | O | ) |
Convert given value to SByte
O | Value for conversion |
float ToSingle | ( | object | O | ) |
Convert given value to float
O | Value for conversion |
UInt16 ToUInt16 | ( | object | O | ) |
Convert given value to UInt16
O | Value for conversion |
UInt32 ToUInt32 | ( | object | O | ) |
Convert given value to UInt32
O | Value for conversion |
UInt64 ToUInt64 | ( | object | O | ) |
Convert given value to UInt64
O | Value for conversion |