Multiple Choice
The ____________ method returns the lowercase equivalent of a character.
A) char.IsLower
B) char.ToLower
C) this.Lowercase
D) this.char.Convert
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q39: Look at the following code sample: enum
Q40: The _ method removes specified characters from
Q41: In code, you can determine the number
Q42: Look at the following code sample that
Q43: Because char variables can hold only one
Q45: The process of dividing a string into
Q46: When you declare an enumerated type, the
Q47: Assume the following declarations:<br>enum Days { Mon,
Q48: Enumerators and enum variables have a ToString
Q49: Structure objects are normally passed _ to