ExtensionsConvertionsToDouble Method |
Name | Description | |
---|---|---|
ToDouble(Byte) |
Returns a double-precision floating point number converted from eight bytes at a
specified position in a byte array.
| |
ToDouble(String) |
Converts the string representation of a number in a specified culture-specific format to
its double-precision floating-point number equivalent. if the string content is "nan"
then a NaN is returned.
Returns 0 if target cannot be parsed.
| |
ToDouble(String, NumberFormatInfo) |
Converts the string representation of a number in a specified culture-specific format to
its double-precision floating-point number equivalent. if the string content is "nan"
then a NaN is returned.
Returns 0 if target cannot be parsed.
|