Example #1
0
 public static string GetValue(string name)
 {
     try {
         return(textes.GetType().GetField(name).GetValue(textes).ToString());
     } catch {
         return(null);
     }
 }