ConversionIsNumeric Method
Determine whether or not the caller supplied value has a numeric value.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static bool IsNumeric(
Object value
)
Public Shared Function IsNumeric (
value As Object
) As Boolean
No code example is currently available or this language may not be supported.
- value Object
-
The value to convert to a numeric value.
Boolean
True if the value can be converted to a numeric value. False otherwise.