Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Convert::ToDouble Method

 

Converts a specified value to a double-precision floating-point number.

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticToDouble(Boolean)

Converts the specified Boolean value to the equivalent double-precision floating-point number.

System_CAPS_pubmethodSystem_CAPS_staticToDouble(Byte)

Converts the value of the specified 8-bit unsigned integer to the equivalent double-precision floating-point number.

System_CAPS_pubmethodSystem_CAPS_staticToDouble(Char)

Calling this method always throws InvalidCastException.

System_CAPS_pubmethodSystem_CAPS_staticToDouble(DateTime)

Calling this method always throws InvalidCastException.

System_CAPS_pubmethodSystem_CAPS_staticToDouble(Decimal)

Converts the value of the specified decimal number to an equivalent double-precision floating-point number.

System_CAPS_pubmethodSystem_CAPS_staticToDouble(Double)

Returns the specified double-precision floating-point number; no actual conversion is performed.

System_CAPS_pubmethodSystem_CAPS_staticToDouble(Int16)

Converts the value of the specified 16-bit signed integer to an equivalent double-precision floating-point number.

System_CAPS_pubmethodSystem_CAPS_staticToDouble(Int32)

Converts the value of the specified 32-bit signed integer to an equivalent double-precision floating-point number.

System_CAPS_pubmethodSystem_CAPS_staticToDouble(Int64)

Converts the value of the specified 64-bit signed integer to an equivalent double-precision floating-point number.

System_CAPS_pubmethodSystem_CAPS_staticToDouble(Object^)

Converts the value of the specified object to a double-precision floating-point number.

System_CAPS_pubmethodSystem_CAPS_staticToDouble(Object^, IFormatProvider^)

Converts the value of the specified object to an double-precision floating-point number, using the specified culture-specific formatting information.

System_CAPS_pubmethodSystem_CAPS_staticToDouble(SByte)

Converts the value of the specified 8-bit signed integer to the equivalent double-precision floating-point number.

System_CAPS_pubmethodSystem_CAPS_staticToDouble(Single)

Converts the value of the specified single-precision floating-point number to an equivalent double-precision floating-point number.

System_CAPS_pubmethodSystem_CAPS_staticToDouble(String^)

Converts the specified string representation of a number to an equivalent double-precision floating-point number.

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

System_CAPS_pubmethodSystem_CAPS_staticToDouble(UInt16)

Converts the value of the specified 16-bit unsigned integer to the equivalent double-precision floating-point number.

System_CAPS_pubmethodSystem_CAPS_staticToDouble(UInt32)

Converts the value of the specified 32-bit unsigned integer to an equivalent double-precision floating-point number.

System_CAPS_pubmethodSystem_CAPS_staticToDouble(UInt64)

Converts the value of the specified 64-bit unsigned integer to an equivalent double-precision floating-point number.

Return to top
Show:
© 2017 Microsoft