public static bool TryGetEnum<TEnum>( this int value, out TEnum result ) where TEnum : struct, new()
In This Article