Computer Science for IGCSE & O level - Programming (Section 13 - No. 37)

What is the function of the `Lowercase` method in string handling?
To extract a portion of the string.
To return the length of the string.
To convert a string to lowercase.
To convert a string to uppercase.

Explanation

The Lowercase method converts all characters in a string to lowercase.

Comments (0)

Advertisement