Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: bool IsTrueIntegerType(TypeCode)

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

TypeCodetypeCode The code of the type to be tested - use ExactConvert.GetTypeCode(object) to get the code of an object's type.