ConversionIsNumericType(Type) Method
Determine whether or not the caller supplied Data Type has a numeric
value.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static bool IsNumericType(
Type type
)
Public Shared Function IsNumericType (
type As Type
) As Boolean
No code example is currently available or this language may not be supported.
- type Type
-
The Data Type to check for numeric value.
Boolean
True if the Data Type has a numeric value. False otherwise.