DesignForms
TConvert Class Reference

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...
 

Detailed Description

Class used for type conversions

Member Function Documentation

Byte ToByte ( object  O)

Convert given value to Byte

Parameters
OValue for conversion
Returns
Value converted to Byte
Decimal ToDecimal ( object  O)

Convert given value to Decimal

Parameters
OValue for conversion
Returns
Value converted to Decimal
double ToDouble ( object  O)

Convert given value to double

Parameters
OValue for conversion
Returns
Value converted to double
Int16 ToInt16 ( object  O)

Convert given value to Int16

Parameters
OValue for conversion
Returns
Value converted to Int16
Int32 ToInt32 ( object  O)

Convert given value to Int32

Parameters
OValue for conversion
Returns
Value converted to Int32
Int64 ToInt64 ( object  O)

Convert given value to Int64

Parameters
OValue for conversion
Returns
Value converted to Int64
SByte ToSByte ( object  O)

Convert given value to SByte

Parameters
OValue for conversion
Returns
Value converted to SByte
float ToSingle ( object  O)

Convert given value to float

Parameters
OValue for conversion
Returns
Value converted to float
UInt16 ToUInt16 ( object  O)

Convert given value to UInt16

Parameters
OValue for conversion
Returns
Value converted to UInt16
UInt32 ToUInt32 ( object  O)

Convert given value to UInt32

Parameters
OValue for conversion
Returns
Value converted to UInt32
UInt64 ToUInt64 ( object  O)

Convert given value to UInt64

Parameters
OValue for conversion
Returns
Value converted to UInt64