Question: 5. If the txtAge control is empty, the blnIsOk = Integer.TryParse(txtAge.Text, intAge) statement will store in the intAge variable and also assign to the blnIsOk
5. If the txtAge control is empty, the blnIsOk = Integer.TryParse(txtAge.Text, intAge) statement will store in the intAge variable and also assign to the blnIsOk variable.
a. 0, True
b. 0, False
c. False, the empty string
d. the empty string, False
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
