Vidyalelo
Computer Science · Q563

Visual Basic MCQs: Test Your Proficiency in Visual Basic Programming

Engineering and GATE · Computer Science · question 563

Q563

If the txtPrice control contains the value 75, what value will the Decimal.TryParse (txtPrice.Text,decPrice) method return?

A.
False
B.
True
C.
75
D.
75.00
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board