Ejemplo n.º 1
0
 public static string NucToStr(Nuc n)
 {
     //PetType pet = (PetType)Enum.Parse(typeof(PetType), value); // See if the conversion succeeded: if (pet == PetType.Dog)
     return(n.ToString());
 }