Computer Science for IGCSE & O level - Programming (Section 3 - No. 44)

If you wanted to convert the string "hello" to uppercase, what string handling method would you use?
ToLower()
Substring()
ToUpper()
Length()

Explanation

The ToUpper() method converts all the characters of a string to uppercase.

Comments (0)

Advertisement