Multiple Choice
The proper way to convert a string to all lowercase is:
A) STRING = string;
B) ToLower(string) ;
C) string.ToLower() ;
D) string.ToLower(string) ;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q26: Class String and the Char structure are
Q27: strings always know their size.
Q28: A lazy quantifier will return only the
Q29: If a method's arguments cause it to
Q30: The letter 'B' is greater than the
Q32: The string Split method is used to:<br>A)
Q33: When passed a white space,method Trim can
Q34: In the declaration: string color = "blue";<br>A)
Q35: Exceeding the capacity of a StringBuilder causes
Q36: The asterisk (*)can be used to match