ConversionToDouble(Object) Method
Return a Double floating point value from the caller specified value.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
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
-
Abstract value to convert to double.
Double
Double floating point representation of the original value.