Double.Parse Method

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

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

Syntax

public static double Parse (
         strings
)

Parameters

  • s
    A string containing a number to convert.

Return Value

A double-precision floating-point number equivalent to the numeric value or symbol specified in s.

Version Information

Available in the .NET Micro Framework versions 3.0, 3.5, 4.0, and 4.1.

See Also

Reference

Double Structure
Double Members
System Namespace