Which of the following statements assigns the contents of the txtGrade control, in uppercase, to the strGrade variable?
A. If strGrade = txtGrade.Text.ToUpper Then
B. strGrade.ToUpper = txtGrade.Text
C. strGrade = txtGrade.Text.ToUpper
D. txtGrade.Text.ToUpper = strGrade
Answer: C
Computer Science & Information Technology
You might also like to view...
This protocol establishes a relationship with a neighboring router and uses route advertisements to build routing tables.
What will be an ideal response?
Computer Science & Information Technology
Another name for a property is a(n) ____________________.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology