The proper way to convert a string to all lowercase is:

a) STRING = string;
b) ToLower(string);
c) string.ToLower();
d) string.ToLower(string);

c) string.ToLower();

Computer Science & Information Technology

You might also like to view...

In which tool would you make adjustments to add more light to a dark digital photo?

A) Color palette B) Brightness and contrast C) Recolor D) Opacity

Computer Science & Information Technology

To delete a row or column, select the row or column, click Table on the Menu bar, point to ____, then click Row or Column.

A. Delete B. Erase C. Trash D. None of the above

Computer Science & Information Technology