Class NonGenericConvert
Provides a way to convert boxed object from known time to specific type.
public static class NonGenericConvert
- Inheritance
-
NonGenericConvert
- Inherited Members
Methods
FromBooleanToByte(object)
Convert from Boolean to Byte when input is a boxed non-generic object.
public static byte FromBooleanToByte(object input)
Parameters
Returns
- byte
Byte
FromBooleanToChar(object)
Convert from Boolean to Char when input is a boxed non-generic object.
public static char FromBooleanToChar(object input)
Parameters
Returns
- char
Char
FromBooleanToDecimal(object)
Convert from Boolean to Decimal when input is a boxed non-generic object.
public static decimal FromBooleanToDecimal(object input)
Parameters
Returns
- decimal
Decimal
FromBooleanToDouble(object)
Convert from Boolean to Double when input is a boxed non-generic object.
public static double FromBooleanToDouble(object input)
Parameters
Returns
- double
Double
FromBooleanToInt16(object)
Convert from Boolean to Int16 when input is a boxed non-generic object.
public static short FromBooleanToInt16(object input)
Parameters
Returns
- short
Int16
FromBooleanToInt32(object)
Convert from Boolean to Int32 when input is a boxed non-generic object.
public static int FromBooleanToInt32(object input)
Parameters
Returns
- int
Int32
FromBooleanToInt64(object)
Convert from Boolean to Int64 when input is a boxed non-generic object.
public static long FromBooleanToInt64(object input)
Parameters
Returns
- long
Int64
FromBooleanToSingle(object)
Convert from Boolean to Single when input is a boxed non-generic object.
public static float FromBooleanToSingle(object input)
Parameters
Returns
- float
Single
FromBooleanToString(object)
Convert from Boolean to String when input is a boxed non-generic object.
public static string FromBooleanToString(object input)
Parameters
Returns
- string
String
FromBooleanToUInt16(object)
Convert from Boolean to UInt16 when input is a boxed non-generic object.
public static ushort FromBooleanToUInt16(object input)
Parameters
Returns
- ushort
UInt16
FromBooleanToUInt32(object)
Convert from Boolean to UInt32 when input is a boxed non-generic object.
public static uint FromBooleanToUInt32(object input)
Parameters
Returns
- uint
UInt32
FromBooleanToUInt64(object)
Convert from Boolean to UInt64 when input is a boxed non-generic object.
public static ulong FromBooleanToUInt64(object input)
Parameters
Returns
- ulong
UInt64
FromByteToBoolean(object)
Convert from Byte to Boolean when input is a boxed non-generic object.
public static bool FromByteToBoolean(object input)
Parameters
Returns
- bool
Boolean
FromByteToChar(object)
Convert from Byte to Char when input is a boxed non-generic object.
public static char FromByteToChar(object input)
Parameters
Returns
- char
Char
FromByteToDecimal(object)
Convert from Byte to Decimal when input is a boxed non-generic object.
public static decimal FromByteToDecimal(object input)
Parameters
Returns
- decimal
Decimal
FromByteToDouble(object)
Convert from Byte to Double when input is a boxed non-generic object.
public static double FromByteToDouble(object input)
Parameters
Returns
- double
Double
FromByteToInt16(object)
Convert from Byte to Int16 when input is a boxed non-generic object.
public static short FromByteToInt16(object input)
Parameters
Returns
- short
Int16
FromByteToInt32(object)
Convert from Byte to Int32 when input is a boxed non-generic object.
public static int FromByteToInt32(object input)
Parameters
Returns
- int
Int32
FromByteToInt64(object)
Convert from Byte to Int64 when input is a boxed non-generic object.
public static long FromByteToInt64(object input)
Parameters
Returns
- long
Int64
FromByteToSingle(object)
Convert from Byte to Single when input is a boxed non-generic object.
public static float FromByteToSingle(object input)
Parameters
Returns
- float
Single
FromByteToString(object)
Convert from Byte to String when input is a boxed non-generic object.
public static string FromByteToString(object input)
Parameters
Returns
- string
String
FromByteToUInt16(object)
Convert from Byte to UInt16 when input is a boxed non-generic object.
public static ushort FromByteToUInt16(object input)
Parameters
Returns
- ushort
UInt16
FromByteToUInt32(object)
Convert from Byte to UInt32 when input is a boxed non-generic object.
public static uint FromByteToUInt32(object input)
Parameters
Returns
- uint
UInt32
FromByteToUInt64(object)
Convert from Byte to UInt64 when input is a boxed non-generic object.
public static ulong FromByteToUInt64(object input)
Parameters
Returns
- ulong
UInt64
FromCharToBoolean(object)
Convert from Char to Boolean when input is a boxed non-generic object.
public static bool FromCharToBoolean(object input)
Parameters
Returns
- bool
Boolean
FromCharToByte(object)
Convert from Char to Byte when input is a boxed non-generic object.
public static byte FromCharToByte(object input)
Parameters
Returns
- byte
Byte
FromCharToDecimal(object)
Convert from Char to Decimal when input is a boxed non-generic object.
public static decimal FromCharToDecimal(object input)
Parameters
Returns
- decimal
Decimal
FromCharToDouble(object)
Convert from Char to Double when input is a boxed non-generic object.
public static double FromCharToDouble(object input)
Parameters
Returns
- double
Double
FromCharToInt16(object)
Convert from Char to Int16 when input is a boxed non-generic object.
public static short FromCharToInt16(object input)
Parameters
Returns
- short
Int16
FromCharToInt32(object)
Convert from Char to Int32 when input is a boxed non-generic object.
public static int FromCharToInt32(object input)
Parameters
Returns
- int
Int32
FromCharToInt64(object)
Convert from Char to Int64 when input is a boxed non-generic object.
public static long FromCharToInt64(object input)
Parameters
Returns
- long
Int64
FromCharToSingle(object)
Convert from Char to Single when input is a boxed non-generic object.
public static float FromCharToSingle(object input)
Parameters
Returns
- float
Single
FromCharToString(object)
Convert from Char to String when input is a boxed non-generic object.
public static string FromCharToString(object input)
Parameters
Returns
- string
String
FromCharToUInt16(object)
Convert from Char to UInt16 when input is a boxed non-generic object.
public static ushort FromCharToUInt16(object input)
Parameters
Returns
- ushort
UInt16
FromCharToUInt32(object)
Convert from Char to UInt32 when input is a boxed non-generic object.
public static uint FromCharToUInt32(object input)
Parameters
Returns
- uint
UInt32
FromCharToUInt64(object)
Convert from Char to UInt64 when input is a boxed non-generic object.
public static ulong FromCharToUInt64(object input)
Parameters
Returns
- ulong
UInt64
FromDecimalToBoolean(object)
Convert from Decimal to Boolean when input is a boxed non-generic object.
public static bool FromDecimalToBoolean(object input)
Parameters
Returns
- bool
Boolean
FromDecimalToByte(object)
Convert from Decimal to Byte when input is a boxed non-generic object.
public static byte FromDecimalToByte(object input)
Parameters
Returns
- byte
Byte
FromDecimalToChar(object)
Convert from Decimal to Char when input is a boxed non-generic object.
public static char FromDecimalToChar(object input)
Parameters
Returns
- char
Char
FromDecimalToDouble(object)
Convert from Decimal to Double when input is a boxed non-generic object.
public static double FromDecimalToDouble(object input)
Parameters
Returns
- double
Double
FromDecimalToInt16(object)
Convert from Decimal to Int16 when input is a boxed non-generic object.
public static short FromDecimalToInt16(object input)
Parameters
Returns
- short
Int16
FromDecimalToInt32(object)
Convert from Decimal to Int32 when input is a boxed non-generic object.
public static int FromDecimalToInt32(object input)
Parameters
Returns
- int
Int32
FromDecimalToInt64(object)
Convert from Decimal to Int64 when input is a boxed non-generic object.
public static long FromDecimalToInt64(object input)
Parameters
Returns
- long
Int64
FromDecimalToSingle(object)
Convert from Decimal to Single when input is a boxed non-generic object.
public static float FromDecimalToSingle(object input)
Parameters
Returns
- float
Single
FromDecimalToString(object)
Convert from Decimal to String when input is a boxed non-generic object.
public static string FromDecimalToString(object input)
Parameters
Returns
- string
String
FromDecimalToUInt16(object)
Convert from Decimal to UInt16 when input is a boxed non-generic object.
public static ushort FromDecimalToUInt16(object input)
Parameters
Returns
- ushort
UInt16
FromDecimalToUInt32(object)
Convert from Decimal to UInt32 when input is a boxed non-generic object.
public static uint FromDecimalToUInt32(object input)
Parameters
Returns
- uint
UInt32
FromDecimalToUInt64(object)
Convert from Decimal to UInt64 when input is a boxed non-generic object.
public static ulong FromDecimalToUInt64(object input)
Parameters
Returns
- ulong
UInt64
FromDoubleToBoolean(object)
Convert from Double to Boolean when input is a boxed non-generic object.
public static bool FromDoubleToBoolean(object input)
Parameters
Returns
- bool
Boolean
FromDoubleToByte(object)
Convert from Double to Byte when input is a boxed non-generic object.
public static byte FromDoubleToByte(object input)
Parameters
Returns
- byte
Byte
FromDoubleToChar(object)
Convert from Double to Char when input is a boxed non-generic object.
public static char FromDoubleToChar(object input)
Parameters
Returns
- char
Char
FromDoubleToDecimal(object)
Convert from Double to Decimal when input is a boxed non-generic object.
public static decimal FromDoubleToDecimal(object input)
Parameters
Returns
- decimal
Decimal
FromDoubleToInt16(object)
Convert from Double to Int16 when input is a boxed non-generic object.
public static short FromDoubleToInt16(object input)
Parameters
Returns
- short
Int16
FromDoubleToInt32(object)
Convert from Double to Int32 when input is a boxed non-generic object.
public static int FromDoubleToInt32(object input)
Parameters
Returns
- int
Int32
FromDoubleToInt64(object)
Convert from Double to Int64 when input is a boxed non-generic object.
public static long FromDoubleToInt64(object input)
Parameters
Returns
- long
Int64
FromDoubleToSingle(object)
Convert from Double to Single when input is a boxed non-generic object.
public static float FromDoubleToSingle(object input)
Parameters
Returns
- float
Single
FromDoubleToString(object)
Convert from Double to String when input is a boxed non-generic object.
public static string FromDoubleToString(object input)
Parameters
Returns
- string
String
FromDoubleToUInt16(object)
Convert from Double to UInt16 when input is a boxed non-generic object.
public static ushort FromDoubleToUInt16(object input)
Parameters
Returns
- ushort
UInt16
FromDoubleToUInt32(object)
Convert from Double to UInt32 when input is a boxed non-generic object.
public static uint FromDoubleToUInt32(object input)
Parameters
Returns
- uint
UInt32
FromDoubleToUInt64(object)
Convert from Double to UInt64 when input is a boxed non-generic object.
public static ulong FromDoubleToUInt64(object input)
Parameters
Returns
- ulong
UInt64
FromInt16ToBoolean(object)
Convert from Int16 to Boolean when input is a boxed non-generic object.
public static bool FromInt16ToBoolean(object input)
Parameters
Returns
- bool
Boolean
FromInt16ToByte(object)
Convert from Int16 to Byte when input is a boxed non-generic object.
public static byte FromInt16ToByte(object input)
Parameters
Returns
- byte
Byte
FromInt16ToChar(object)
Convert from Int16 to Char when input is a boxed non-generic object.
public static char FromInt16ToChar(object input)
Parameters
Returns
- char
Char
FromInt16ToDecimal(object)
Convert from Int16 to Decimal when input is a boxed non-generic object.
public static decimal FromInt16ToDecimal(object input)
Parameters
Returns
- decimal
Decimal
FromInt16ToDouble(object)
Convert from Int16 to Double when input is a boxed non-generic object.
public static double FromInt16ToDouble(object input)
Parameters
Returns
- double
Double
FromInt16ToInt32(object)
Convert from Int16 to Int32 when input is a boxed non-generic object.
public static int FromInt16ToInt32(object input)
Parameters
Returns
- int
Int32
FromInt16ToInt64(object)
Convert from Int16 to Int64 when input is a boxed non-generic object.
public static long FromInt16ToInt64(object input)
Parameters
Returns
- long
Int64
FromInt16ToSingle(object)
Convert from Int16 to Single when input is a boxed non-generic object.
public static float FromInt16ToSingle(object input)
Parameters
Returns
- float
Single
FromInt16ToString(object)
Convert from Int16 to String when input is a boxed non-generic object.
public static string FromInt16ToString(object input)
Parameters
Returns
- string
String
FromInt16ToUInt16(object)
Convert from Int16 to UInt16 when input is a boxed non-generic object.
public static ushort FromInt16ToUInt16(object input)
Parameters
Returns
- ushort
UInt16
FromInt16ToUInt32(object)
Convert from Int16 to UInt32 when input is a boxed non-generic object.
public static uint FromInt16ToUInt32(object input)
Parameters
Returns
- uint
UInt32
FromInt16ToUInt64(object)
Convert from Int16 to UInt64 when input is a boxed non-generic object.
public static ulong FromInt16ToUInt64(object input)
Parameters
Returns
- ulong
UInt64
FromInt32ToBoolean(object)
Convert from Int32 to Boolean when input is a boxed non-generic object.
public static bool FromInt32ToBoolean(object input)
Parameters
Returns
- bool
Boolean
FromInt32ToByte(object)
Convert from Int32 to Byte when input is a boxed non-generic object.
public static byte FromInt32ToByte(object input)
Parameters
Returns
- byte
Byte
FromInt32ToChar(object)
Convert from Int32 to Char when input is a boxed non-generic object.
public static char FromInt32ToChar(object input)
Parameters
Returns
- char
Char
FromInt32ToDecimal(object)
Convert from Int32 to Decimal when input is a boxed non-generic object.
public static decimal FromInt32ToDecimal(object input)
Parameters
Returns
- decimal
Decimal
FromInt32ToDouble(object)
Convert from Int32 to Double when input is a boxed non-generic object.
public static double FromInt32ToDouble(object input)
Parameters
Returns
- double
Double
FromInt32ToInt16(object)
Convert from Int32 to Int16 when input is a boxed non-generic object.
public static short FromInt32ToInt16(object input)
Parameters
Returns
- short
Int16
FromInt32ToInt64(object)
Convert from Int32 to Int64 when input is a boxed non-generic object.
public static long FromInt32ToInt64(object input)
Parameters
Returns
- long
Int64
FromInt32ToSingle(object)
Convert from Int32 to Single when input is a boxed non-generic object.
public static float FromInt32ToSingle(object input)
Parameters
Returns
- float
Single
FromInt32ToString(object)
Convert from Int32 to String when input is a boxed non-generic object.
public static string FromInt32ToString(object input)
Parameters
Returns
- string
String
FromInt32ToUInt16(object)
Convert from Int32 to UInt16 when input is a boxed non-generic object.
public static ushort FromInt32ToUInt16(object input)
Parameters
Returns
- ushort
UInt16
FromInt32ToUInt32(object)
Convert from Int32 to UInt32 when input is a boxed non-generic object.
public static uint FromInt32ToUInt32(object input)
Parameters
Returns
- uint
UInt32
FromInt32ToUInt64(object)
Convert from Int32 to UInt64 when input is a boxed non-generic object.
public static ulong FromInt32ToUInt64(object input)
Parameters
Returns
- ulong
UInt64
FromInt64ToBoolean(object)
Convert from Int64 to Boolean when input is a boxed non-generic object.
public static bool FromInt64ToBoolean(object input)
Parameters
Returns
- bool
Boolean
FromInt64ToByte(object)
Convert from Int64 to Byte when input is a boxed non-generic object.
public static byte FromInt64ToByte(object input)
Parameters
Returns
- byte
Byte
FromInt64ToChar(object)
Convert from Int64 to Char when input is a boxed non-generic object.
public static char FromInt64ToChar(object input)
Parameters
Returns
- char
Char
FromInt64ToDecimal(object)
Convert from Int64 to Decimal when input is a boxed non-generic object.
public static decimal FromInt64ToDecimal(object input)
Parameters
Returns
- decimal
Decimal
FromInt64ToDouble(object)
Convert from Int64 to Double when input is a boxed non-generic object.
public static double FromInt64ToDouble(object input)
Parameters
Returns
- double
Double
FromInt64ToInt16(object)
Convert from Int64 to Int16 when input is a boxed non-generic object.
public static short FromInt64ToInt16(object input)
Parameters
Returns
- short
Int16
FromInt64ToInt32(object)
Convert from Int64 to Int32 when input is a boxed non-generic object.
public static int FromInt64ToInt32(object input)
Parameters
Returns
- int
Int32
FromInt64ToSingle(object)
Convert from Int64 to Single when input is a boxed non-generic object.
public static float FromInt64ToSingle(object input)
Parameters
Returns
- float
Single
FromInt64ToString(object)
Convert from Int64 to String when input is a boxed non-generic object.
public static string FromInt64ToString(object input)
Parameters
Returns
- string
String
FromInt64ToUInt16(object)
Convert from Int64 to UInt16 when input is a boxed non-generic object.
public static ushort FromInt64ToUInt16(object input)
Parameters
Returns
- ushort
UInt16
FromInt64ToUInt32(object)
Convert from Int64 to UInt32 when input is a boxed non-generic object.
public static uint FromInt64ToUInt32(object input)
Parameters
Returns
- uint
UInt32
FromInt64ToUInt64(object)
Convert from Int64 to UInt64 when input is a boxed non-generic object.
public static ulong FromInt64ToUInt64(object input)
Parameters
Returns
- ulong
UInt64
FromSingleToBoolean(object)
Convert from Single to Boolean when input is a boxed non-generic object.
public static bool FromSingleToBoolean(object input)
Parameters
Returns
- bool
Boolean
FromSingleToByte(object)
Convert from Single to Byte when input is a boxed non-generic object.
public static byte FromSingleToByte(object input)
Parameters
Returns
- byte
Byte
FromSingleToChar(object)
Convert from Single to Char when input is a boxed non-generic object.
public static char FromSingleToChar(object input)
Parameters
Returns
- char
Char
FromSingleToDecimal(object)
Convert from Single to Decimal when input is a boxed non-generic object.
public static decimal FromSingleToDecimal(object input)
Parameters
Returns
- decimal
Decimal
FromSingleToDouble(object)
Convert from Single to Double when input is a boxed non-generic object.
public static double FromSingleToDouble(object input)
Parameters
Returns
- double
Double
FromSingleToInt16(object)
Convert from Single to Int16 when input is a boxed non-generic object.
public static short FromSingleToInt16(object input)
Parameters
Returns
- short
Int16
FromSingleToInt32(object)
Convert from Single to Int32 when input is a boxed non-generic object.
public static int FromSingleToInt32(object input)
Parameters
Returns
- int
Int32
FromSingleToInt64(object)
Convert from Single to Int64 when input is a boxed non-generic object.
public static long FromSingleToInt64(object input)
Parameters
Returns
- long
Int64
FromSingleToString(object)
Convert from Single to String when input is a boxed non-generic object.
public static string FromSingleToString(object input)
Parameters
Returns
- string
String
FromSingleToUInt16(object)
Convert from Single to UInt16 when input is a boxed non-generic object.
public static ushort FromSingleToUInt16(object input)
Parameters
Returns
- ushort
UInt16
FromSingleToUInt32(object)
Convert from Single to UInt32 when input is a boxed non-generic object.
public static uint FromSingleToUInt32(object input)
Parameters
Returns
- uint
UInt32
FromSingleToUInt64(object)
Convert from Single to UInt64 when input is a boxed non-generic object.
public static ulong FromSingleToUInt64(object input)
Parameters
Returns
- ulong
UInt64
FromStringToBoolean(object)
Convert from String to Boolean when input is a boxed non-generic object.
public static bool FromStringToBoolean(object input)
Parameters
Returns
- bool
Boolean
FromStringToByte(object)
Convert from String to Byte when input is a boxed non-generic object.
public static byte FromStringToByte(object input)
Parameters
Returns
- byte
Byte
FromStringToChar(object)
Convert from String to Char when input is a boxed non-generic object.
public static char FromStringToChar(object input)
Parameters
Returns
- char
Char
FromStringToDecimal(object)
Convert from String to Decimal when input is a boxed non-generic object.
public static decimal FromStringToDecimal(object input)
Parameters
Returns
- decimal
Decimal
FromStringToDouble(object)
Convert from String to Double when input is a boxed non-generic object.
public static double FromStringToDouble(object input)
Parameters
Returns
- double
Double
FromStringToInt16(object)
Convert from String to Int16 when input is a boxed non-generic object.
public static short FromStringToInt16(object input)
Parameters
Returns
- short
Int16
FromStringToInt32(object)
Convert from String to Int32 when input is a boxed non-generic object.
public static int FromStringToInt32(object input)
Parameters
Returns
- int
Int32
FromStringToInt64(object)
Convert from String to Int64 when input is a boxed non-generic object.
public static long FromStringToInt64(object input)
Parameters
Returns
- long
Int64
FromStringToSingle(object)
Convert from String to Single when input is a boxed non-generic object.
public static float FromStringToSingle(object input)
Parameters
Returns
- float
Single
FromStringToUInt16(object)
Convert from String to UInt16 when input is a boxed non-generic object.
public static ushort FromStringToUInt16(object input)
Parameters
Returns
- ushort
UInt16
FromStringToUInt32(object)
Convert from String to UInt32 when input is a boxed non-generic object.
public static uint FromStringToUInt32(object input)
Parameters
Returns
- uint
UInt32
FromStringToUInt64(object)
Convert from String to UInt64 when input is a boxed non-generic object.
public static ulong FromStringToUInt64(object input)
Parameters
Returns
- ulong
UInt64
FromUInt16ToBoolean(object)
Convert from UInt16 to Boolean when input is a boxed non-generic object.
public static bool FromUInt16ToBoolean(object input)
Parameters
Returns
- bool
Boolean
FromUInt16ToByte(object)
Convert from UInt16 to Byte when input is a boxed non-generic object.
public static byte FromUInt16ToByte(object input)
Parameters
Returns
- byte
Byte
FromUInt16ToChar(object)
Convert from UInt16 to Char when input is a boxed non-generic object.
public static char FromUInt16ToChar(object input)
Parameters
Returns
- char
Char
FromUInt16ToDecimal(object)
Convert from UInt16 to Decimal when input is a boxed non-generic object.
public static decimal FromUInt16ToDecimal(object input)
Parameters
Returns
- decimal
Decimal
FromUInt16ToDouble(object)
Convert from UInt16 to Double when input is a boxed non-generic object.
public static double FromUInt16ToDouble(object input)
Parameters
Returns
- double
Double
FromUInt16ToInt16(object)
Convert from UInt16 to Int16 when input is a boxed non-generic object.
public static short FromUInt16ToInt16(object input)
Parameters
Returns
- short
Int16
FromUInt16ToInt32(object)
Convert from UInt16 to Int32 when input is a boxed non-generic object.
public static int FromUInt16ToInt32(object input)
Parameters
Returns
- int
Int32
FromUInt16ToInt64(object)
Convert from UInt16 to Int64 when input is a boxed non-generic object.
public static long FromUInt16ToInt64(object input)
Parameters
Returns
- long
Int64
FromUInt16ToSingle(object)
Convert from UInt16 to Single when input is a boxed non-generic object.
public static float FromUInt16ToSingle(object input)
Parameters
Returns
- float
Single
FromUInt16ToString(object)
Convert from UInt16 to String when input is a boxed non-generic object.
public static string FromUInt16ToString(object input)
Parameters
Returns
- string
String
FromUInt16ToUInt32(object)
Convert from UInt16 to UInt32 when input is a boxed non-generic object.
public static uint FromUInt16ToUInt32(object input)
Parameters
Returns
- uint
UInt32
FromUInt16ToUInt64(object)
Convert from UInt16 to UInt64 when input is a boxed non-generic object.
public static ulong FromUInt16ToUInt64(object input)
Parameters
Returns
- ulong
UInt64
FromUInt32ToBoolean(object)
Convert from UInt32 to Boolean when input is a boxed non-generic object.
public static bool FromUInt32ToBoolean(object input)
Parameters
Returns
- bool
Boolean
FromUInt32ToByte(object)
Convert from UInt32 to Byte when input is a boxed non-generic object.
public static byte FromUInt32ToByte(object input)
Parameters
Returns
- byte
Byte
FromUInt32ToChar(object)
Convert from UInt32 to Char when input is a boxed non-generic object.
public static char FromUInt32ToChar(object input)
Parameters
Returns
- char
Char
FromUInt32ToDecimal(object)
Convert from UInt32 to Decimal when input is a boxed non-generic object.
public static decimal FromUInt32ToDecimal(object input)
Parameters
Returns
- decimal
Decimal
FromUInt32ToDouble(object)
Convert from UInt32 to Double when input is a boxed non-generic object.
public static double FromUInt32ToDouble(object input)
Parameters
Returns
- double
Double
FromUInt32ToInt16(object)
Convert from UInt32 to Int16 when input is a boxed non-generic object.
public static short FromUInt32ToInt16(object input)
Parameters
Returns
- short
Int16
FromUInt32ToInt32(object)
Convert from UInt32 to Int32 when input is a boxed non-generic object.
public static int FromUInt32ToInt32(object input)
Parameters
Returns
- int
Int32
FromUInt32ToInt64(object)
Convert from UInt32 to Int64 when input is a boxed non-generic object.
public static long FromUInt32ToInt64(object input)
Parameters
Returns
- long
Int64
FromUInt32ToSingle(object)
Convert from UInt32 to Single when input is a boxed non-generic object.
public static float FromUInt32ToSingle(object input)
Parameters
Returns
- float
Single
FromUInt32ToString(object)
Convert from UInt32 to String when input is a boxed non-generic object.
public static string FromUInt32ToString(object input)
Parameters
Returns
- string
String
FromUInt32ToUInt16(object)
Convert from UInt32 to UInt16 when input is a boxed non-generic object.
public static ushort FromUInt32ToUInt16(object input)
Parameters
Returns
- ushort
UInt16
FromUInt32ToUInt64(object)
Convert from UInt32 to UInt64 when input is a boxed non-generic object.
public static ulong FromUInt32ToUInt64(object input)
Parameters
Returns
- ulong
UInt64
FromUInt64ToBoolean(object)
Convert from UInt64 to Boolean when input is a boxed non-generic object.
public static bool FromUInt64ToBoolean(object input)
Parameters
Returns
- bool
Boolean
FromUInt64ToByte(object)
Convert from UInt64 to Byte when input is a boxed non-generic object.
public static byte FromUInt64ToByte(object input)
Parameters
Returns
- byte
Byte
FromUInt64ToChar(object)
Convert from UInt64 to Char when input is a boxed non-generic object.
public static char FromUInt64ToChar(object input)
Parameters
Returns
- char
Char
FromUInt64ToDecimal(object)
Convert from UInt64 to Decimal when input is a boxed non-generic object.
public static decimal FromUInt64ToDecimal(object input)
Parameters
Returns
- decimal
Decimal
FromUInt64ToDouble(object)
Convert from UInt64 to Double when input is a boxed non-generic object.
public static double FromUInt64ToDouble(object input)
Parameters
Returns
- double
Double
FromUInt64ToInt16(object)
Convert from UInt64 to Int16 when input is a boxed non-generic object.
public static short FromUInt64ToInt16(object input)
Parameters
Returns
- short
Int16
FromUInt64ToInt32(object)
Convert from UInt64 to Int32 when input is a boxed non-generic object.
public static int FromUInt64ToInt32(object input)
Parameters
Returns
- int
Int32
FromUInt64ToInt64(object)
Convert from UInt64 to Int64 when input is a boxed non-generic object.
public static long FromUInt64ToInt64(object input)
Parameters
Returns
- long
Int64
FromUInt64ToSingle(object)
Convert from UInt64 to Single when input is a boxed non-generic object.
public static float FromUInt64ToSingle(object input)
Parameters
Returns
- float
Single
FromUInt64ToString(object)
Convert from UInt64 to String when input is a boxed non-generic object.
public static string FromUInt64ToString(object input)
Parameters
Returns
- string
String
FromUInt64ToUInt16(object)
Convert from UInt64 to UInt16 when input is a boxed non-generic object.
public static ushort FromUInt64ToUInt16(object input)
Parameters
Returns
- ushort
UInt16
FromUInt64ToUInt32(object)
Convert from UInt64 to UInt32 when input is a boxed non-generic object.
public static uint FromUInt64ToUInt32(object input)
Parameters
Returns
- uint
UInt32