Declaration
public static bool IsTrueIntegerType(
TypeCode typeCode
)
Summary
Returns true if the specified type is one of the 8 built-in "true" integer types: the signed and unsigned 8,
16, 32 and 64-bit types.
Parameters
TypeCode | typeCode |
The code of the type to be tested - use ExactConvert.GetTypeCode(object) to get the code of an object's type. |