Vidyalelo
C# Programming · Q69

Arrays and Strings in C Sharp

Programming · C# Programming · question 69

Q69

Correct way to convert a string to uppercase using string class method()?

A.
Upper()
B.
ToUpper()
C.
Object.ToUpper()
Answer
D.
None of the mentioned

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board