+ 1
Upper and lower
are upper make all names big and are lower make all names small
1 Resposta
0
In C# u may use commands like
ToUpperCase to make all your letters big, like caps on keyboard
Or ToLowerCase to make all your letters small.
Also you can use ToTitleCase command just for experience)))
To learn how it works, just google)