Esempio n. 1
0
 public static string GetString(this Enum field)
 {
     return(EnumValueAttribute.GetString(field));
 }