This topic has not yet been rated - Rate this topic

Double.Parse Method

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

Name Description
Double.Parse (String) Converts the string representation of a number to its double-precision floating-point number equivalent.

Supported by the .NET Compact Framework.

Double.Parse (String, IFormatProvider) Converts the string representation of a number in a specified culture-specific format to its double-precision floating-point number equivalent.

Supported by the .NET Compact Framework.

Double.Parse (String, NumberStyles) Converts the string representation of a number in a specified style to its double-precision floating-point number equivalent.

Supported by the .NET Compact Framework.

Double.Parse (String, NumberStyles, IFormatProvider) Converts the string representation of a number in a specified style and culture-specific format to its double-precision floating-point number equivalent.

Supported by the .NET Compact Framework.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ