I have tried string.replace("R","").... (",","") then converting to or parsing, doulbe.tryparse, convertoDouble as well as system.globalization.numberstyles, currency.
The the string R160,000 on localhost works perfect. on web app it says the string format is wrong.
on localhost the string is 160000 which works fine.
on the webapp, The string ends up as 160 000 which does not work.