Click or drag to resize
ConvertToDouble Method
Overload List
  NameDescription
Public methodStatic memberToDouble(Boolean)
Converts the specified Boolean value to the equivalent double-precision floating-point number.
Public methodStatic memberToDouble(Byte)
Converts the value of the specified 8-bit unsigned integer to the equivalent double-precision floating-point number.
Public methodStatic memberToDouble(Char)
Calling this method always throws InvalidCastException.
Public methodStatic memberToDouble(DateTime)
Calling this method always throws InvalidCastException.
Public methodStatic memberToDouble(Decimal)
Converts the value of the specified decimal number to an equivalent double-precision floating-point number.
Public methodStatic memberToDouble(Double)
Returns the specified double-precision floating-point number; no actual conversion is performed.
Public methodStatic memberToDouble(Int16)
Converts the value of the specified 16-bit signed integer to an equivalent double-precision floating-point number.
Public methodStatic memberToDouble(Int32)
Converts the value of the specified 32-bit signed integer to an equivalent double-precision floating-point number.
Public methodStatic memberToDouble(Int64)
Converts the value of the specified 64-bit signed integer to an equivalent double-precision floating-point number.
Public methodStatic memberToDouble(Object)
Converts the value of the specified object to a double-precision floating-point number.
Public methodStatic memberToDouble(SByte)
Converts the value of the specified 8-bit signed integer to the equivalent double-precision floating-point number.
Public methodStatic memberToDouble(Single)
Converts the value of the specified single-precision floating-point number to an equivalent double-precision floating-point number.
Public methodStatic memberToDouble(String)
Converts the specified string representation of a number to an equivalent double-precision floating-point number.
Public methodStatic memberToDouble(UInt16)
Converts the value of the specified 16-bit unsigned integer to the equivalent double-precision floating-point number.
Public methodStatic memberToDouble(UInt32)
Converts the value of the specified 32-bit unsigned integer to an equivalent double-precision floating-point number.
Public methodStatic memberToDouble(UInt64)
Converts the value of the specified 64-bit unsigned integer to an equivalent double-precision floating-point number.
Public methodStatic memberToDouble(Object, IFormatProvider)
Converts the value of the specified object to an double-precision floating-point number, using the specified culture-specific formatting information.
Public methodStatic memberToDouble(String, IFormatProvider)
Converts the specified string representation of a number to an equivalent double-precision floating-point number, using the specified culture-specific formatting information.
Top
See Also