In This Topic
Returns true if the type is any of the numeric data types: double, float, int, uint, long, ulong, short, ushort, sbyte, byte and decimal.
Syntax
'Declaration
Public Shared Function IsNumeric( _
ByVal As Type _
) As Boolean
public static bool IsNumeric(
Type
)
Parameters
- type
- Type.
Return Value
True if the type is numeric.
See Also