Multiple Choice
What will be the output of the following statement?
txtBox.Text = (1234.56789) .ToString("N3")
A) 1234.568
B) 1230
C) 1,234.568
D) 1,230
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q90: What message will be displayed by the
Q91: Which of the following statements removes all
Q92: What will be the output of
Q93: Assume that x, y, and temp are
Q94: The Trim method is used to remove
Q96: When the Mask property of a masked
Q97: What will be the output of the
Q98: After the statement txtBox.Text = "" is
Q99: A string literal is a sequence of
Q100: Which of the following expressions will yield