ConversionIsNumericType(SysType) 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(
SysType type
)
Public Shared Function IsNumericType (
type As SysType
) As Boolean
No code example is currently available or this language may not be supported.
- type SysType
-
The Data Type to check for numeric value.
Boolean
True if the Data Type has a numeric value. False otherwise.