je cherche à tester si le 2ème caractère de ma chaine est une majuscule ou pas
String c = textBox1.Text.Substring(1,1);
Mais après comment tester ce caractère ?
je cherche à tester si le 2ème caractère de ma chaine est une majuscule ou pas
String c = textBox1.Text.Substring(1,1);
Mais après comment tester ce caractère ?
Partager