public static string GetAttributeValue<TAttribute>( this Enum enumerator, Func<TAttribute, string> valueSelector, string defaultValue = null ) where TAttribute : Attribute
In This Article