Declaration
public static bool IsTrueIntegerNullableType(
Type type
)Summary
Returns true if the specified type is a nullable form of one of the 8 built-in "true" integer types: the signed
and unsigned 8, 16, 32 and 64-bit types.
Parameters
| Type | type |
The type to be tested. |