I'm getting the error message Conversion from string "" to type 'Decimal' is not valid.
when trying to run this code

Call purchase.total(TextBox5.Text)

But textbox5.Text has the 1.99. Please help?