S
scorpion53061
"selectedprice" exists as a string
$5.23 for instance
in this statement I need to convert it to double
CDbl(selectedprice)
how can I do this? It throws an invlaid cast exception.
$5.23 for instance
in this statement I need to convert it to double
CDbl(selectedprice)
how can I do this? It throws an invlaid cast exception.