Tests whether the type is a numeric one.
'Declaration
Public Shared Function IsNumericType( _
ByVal As Type _
) As Boolean
public static bool IsNumericType(
Type
)
Parameters
- t
- The type to test.
Return Value
True if the type is numeric, false otherwise.