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