@KarthikBallary wrote:
Str=“10,000.78”
how to convert this to double.
Conver.toDouble(str.replace(",","")) - not working
CDbl(str.replace(",",""))-not working
Double.parse(dit to dit)-not working
Posts: 3
Participants: 3
@KarthikBallary wrote:
Str=“10,000.78”
how to convert this to double.
Conver.toDouble(str.replace(",","")) - not working
CDbl(str.replace(",",""))-not working
Double.parse(dit to dit)-not working
Posts: 3
Participants: 3