My application reads data from a database, in which the decimal point is "."
If I run the application on a computer when "Regional Options" are set to a locale for which the decimal point is "," all numbers are read incorrectly, by considering "." as a digit grouping symbol.
How can I make my application read numbers correctly even when it is installed on a computer where the decimal point is set to "," ?
Thanks in advance.
If I run the application on a computer when "Regional Options" are set to a locale for which the decimal point is "," all numbers are read incorrectly, by considering "." as a digit grouping symbol.
How can I make my application read numbers correctly even when it is installed on a computer where the decimal point is set to "," ?
Thanks in advance.