Double.Parse Method
.NET Framework 2.0
Converts the string representation of a number to its double-precision floating-point number equivalent.
Double Members
System Namespace
ToString
| 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. |
Reference
Double StructureDouble Members
System Namespace
ToString