public static string GetDescription <T>(T value) { return(EnumCache <T> .GetDescription(value, string.Empty)); }
public static string GetDescription <T>(T value, string defaultValue) { return(EnumCache <T> .GetDescription(value, defaultValue)); }