How can a string variable called mystring be converted to an all-capitals re for future use?
Answers
Answered by
0
You can make use of the ToUpper method like this: myString.ToUpper() and assign it to a variable
Similar questions