ConversionToDouble(Object) Method

Return a Double floating point value from the caller specified value.

Definition

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

Parameters

value  Object
Abstract value to convert to double.

Return Value

Double
Double floating point representation of the original value.

See Also