Multiple Choice
ToUpper(string) is
A) a way of converting a string to all upper cases.
B) a way to make the first letter of every word in a string a capital letter.
C) a way of making one string more important than the rest.
D) a syntax error.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q67: A string literal:<br>A) contains only one character.<br>B)
Q68: To make a search return between 10
Q69: If an integer argument goes beyond the
Q70: The method IsWhiteSpace is used to determine
Q71: When setting the length of a StringBuilder
Q73: Method Remove can be used to delete
Q74: string example = "Deitel";<br>2) example = example +
Q75: The Length property returns the length of
Q76: Concatenating with strings is done with:<br>A) reserved
Q77: Method Insert can be used only on