Dim result as Decimal = 0.0 if Decimal.TryParse(txt1.text, result) then ' valid entry else ' invalid entry end if
No comments:
Post a Comment