Table of Contents

IsInt32Convertible Method

IsInt32Convertible(Type)

public static bool IsInt32Convertible(Type enumType)

Whether underlying value can be converted to int or not.

Parameters

enumType Type

Returns

bool

Remarks

NOTE: false when underlying type is uint.