Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: bool IsTrueIntegerType(Type)

Declaration

public static bool IsTrueIntegerType(
    Type type
)

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

Typetype The type to be tested.