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