In C# there is a
"mystring".ToUpper()
but nothing in the char class. Instead use
char.ToUpper('x')
… or write an extension method.
Tags: C#, char, string, toupper
Name
Mail (will not be published)
Website
Δ