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
Type | type |
The type to be tested. |