Share via


Convert.ToDouble Method

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

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

Syntax

public static double ToDouble (
         strings
)

Parameters

  • s
    A String containing a number to convert.

Return Value

A double-precision floating point number equivalent to the value of value. Zero if value is a null reference.

Version Information

Available in .NET Micro Framework version 3.0 and above.

See Also

Reference

Convert Class
Convert Members
System Namespace