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