Converts the specified string representation of a number to its double-precision floating point number equivalent.
A double-precision floating point number equivalent to the numeric value or symbol specified in s.
The NumberFormatInfo for the invariant culture is used to supply formatting information about s.
Exception Type | Condition |
---|---|
FormatException | s is not a number in a valid format. |
OverflowException | s represents a number less than MinValue or greater than MaxValue. |
DoubleConversionFunctions Class | NAnt.Core.Functions Namespace