Multiple Choice
Which of the following statements will NOT display the number 5 in the text box?
A) txtBox.Text = 5
B) txtBox.Text = "5"
C) txtBox.Text = CStr("5")
D) txtBox.Text = CStr(5)
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q60: The value of (12345).ToString("C") is $12,345.00.
Q61: The value of (#1/1/2014#).ToString("D") is<br>A) 01/01/2014<br>B) January
Q62: The Substring method is used to extract
Q63: Which of the following statements declare the
Q64: Which statement assigns the date of the
Q66: What will be displayed when the
Q67: Which statement prompts the user for a
Q68: The joining of two strings together to
Q69: The statement lstBox.Items.Add("") clears all the text
Q70: Visual Basic always displays numbers in decimal