| DoubleParse Method (String) |
Namespace: System
public static double Parse( string s )
| Exception | Condition |
|---|---|
| ArgumentNullException | s is null. |
| FormatException | s does not represent a number in a valid format. |
| OverflowException | s represents a number that is less than MinValue or greater than MaxValue. |