SvgPlottingUtilToDouble(Object) Method
Provide fail-safe conversion of string to numeric value.
Namespace: SvgPlottingAssembly: SvgPlotting (in SvgPlotting.dll) Version: 25.2714.4126
public static double ToDouble(
Object value
)
Public Shared Function ToDouble (
value As Object
) As Double
No code example is currently available or this language may not be supported.
- value Object
-
Value to convert.
Double
Double-precision floating point value. 0 if not convertible.