ConversionCanConvertToDouble Method
Return a value indicating whether the value can be converted to a
Double.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static bool CanConvertToDouble(
Object value
)
Public Shared Function CanConvertToDouble (
value As Object
) As Boolean
No code example is currently available or this language may not be supported.
- value Object
-
The Value to Inspect.
Boolean
Value indicating whether or not the Conversion is possible.