Multiple Choice
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 )
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q33: In a FormatString,a positive optional argument after
Q34: There are many character methods,some of which
Q35: What does the following code print out?
Q36: Visual Studio treats _ as delimiters for
Q37: In a regular expression,the asterisk (*)can be
Q39: The difference between {n} and {n,} is:<br>A){n}
Q40: To obtain a single character from a
Q41: Method Insert can only be used on
Q42: When using the Replace method,the first character
Q43: When a number is passed as an