Esempio n. 1
0
 private static string ConvertEnum(Enum p)
 {
     return p.GetDescriptionValue();
 }