IsInt32Convertible Method
- Namespace
- SatorImaging.UnityFundamentals
IsInt32Convertible(Type)
public static bool IsInt32Convertible(Type enumType)
Whether underlying value can be converted to int or not.
Parameters
enumType
Type
Returns
Remarks
NOTE: false when underlying type is uint.