Version

ToDouble(Double) Method

Converts the Value to a double data type
Syntax
public bool ToDouble( 
   out double result
)

Parameters

result
The resulting double value. If the return value is false, the result is 0.

Return Value

True if the value was successfully converted to a double; otherwise false.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also