The proper way to convert a string to all lowercase is:
a) Char.ToLower( string )
b) ToLower( string )
c) string.ToLower()
d) string.ToLower( string )
c) string.ToLower()
Computer Science & Information Technology
You might also like to view...
A table on a slide that includes extensive formatting may display an Error category message in the Accessibility Checker
Indicate whether the statement is true or false
Computer Science & Information Technology
The change history includes the name of the person who made the each change, when the change was made, and ________
A) what history was changed B) what data was changed C) what file was changed D) what feature was changed
Computer Science & Information Technology