public static string GetField(ConvertFields cf)
 {
     return cf.ToString();
 }
Example #2
0
 static string gf(ConvertFields cf)
 {
     return(cf.ToString());
 }
 static string gf(ConvertFields cf) { return cf.ToString(); }
Example #4
0
 public static string GetField(ConvertFields cf)
 {
     return(cf.ToString());
 }