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