SvgPlottingUtilToDouble(Object) Method

Provide fail-safe conversion of string to numeric value.

Definition

Namespace: SvgPlotting
Assembly: SvgPlotting (in SvgPlotting.dll) Version: 25.2714.4126
C#
public static double ToDouble(
	Object value
)

Parameters

value  Object
Value to convert.

Return Value

Double
Double-precision floating point value. 0 if not convertible.

See Also