Parse: Convert text to Double
A user does not always type a numeric value in text box,
parse to get numeric value
Parse: Convert text to Double
A user does not always type a numeric value in text box,
parse to get numeric value
Text of videoDouble num = Double.Parse(txtNum.Text);