Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: bool IsIntegerCompatibleType(Type)

Declaration

public static bool IsIntegerCompatibleType(
    Type type
)

Summary

Returns true if the specified type is integer-compatible (in other words, a string of digits can be converted to it using ExactConvert). This includes all types that are ExactConvert.IsTrueIntegerType(Type) as well as DateTime, Char and Boolean.

Parameters

TypetypeThe type to be tested.