Hi,
I want to change the decimal separator in a double. The result MUST be a double value with the needed new decimal separator.
Input: 10,0
Output: 10.0
How to change the "," into an "." where the local computer settings is put to DE. Changing the local settings of the computer is NOT an option. The change has to be done inside the Java code (and JVM).
Thanks.
I want to change the decimal separator in a double. The result MUST be a double value with the needed new decimal separator.
Input: 10,0
Output: 10.0
How to change the "," into an "." where the local computer settings is put to DE. Changing the local settings of the computer is NOT an option. The change has to be done inside the Java code (and JVM).
Thanks.