Computer Science for IGCSE & O level - Programming (Section 13 - No. 21)
What does the `Uppercase` method usually do in string manipulation?
Calculate the length of a string.
Convert a string to lowercase.
Convert a string to uppercase.
Extract a portion of a string.
Explanation
The `Uppercase` method transforms all characters in a string into their uppercase equivalents.
Comments (0)
