Computer Science for IGCSE & O level - Programming (Section 11 - No. 35)
What's the primary function of the `Uppercase` method in string manipulation?
To extract a portion of the string.
To calculate the length of the string.
To convert all characters to uppercase.
To convert all characters to lowercase.
Explanation
The `Uppercase` method converts all characters to uppercase.
Comments (0)
