[]
Returns true if the type is any of the integral numeric data types: int, uint, long, ulong, short, ushort, sbyte and byte.
public static bool IsNumericIntegral(this Type type)
Type | Name | Description |
---|---|---|
Type | type | Type. |
Type | Description |
---|---|
bool | True if the type is an integral numeric. |