VB .net converting string to decimal

I'm trying convert value passed via text field to decimal and getting an error in doing so. I'm using vb .net trying to process gift certificates using web api. Any suggestions?

Dim bal as decimal

bal = Convert.ToDecimal(txtField.Text)

 

Parents Reply Children
No Data