R

Ram Sharma • 3.40K Points
Extraordinary

Q. Which method can be used to convert a string to uppercase in C#?

  • (A) ToUpper()
  • (B) MakeUpper()
  • (C) ConvertUpper()
  • (D) UpperCase()

Explanation by: Ram Sharma
`ToUpper()` returns a copy of the string converted to uppercase.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.