C
Carlos
Hi all,
I have a small app running in a Pocket PC that converts a value in a
textbox to
a double. The problem is that when the value is converted in a device that
has
the comma (',') as a decimal point, the value is converted wrongly. i.e.
(1,9 gets converted as 19.0 instead of 1.9). How to make sure that
this value is converted to the proper double value number, and how to test
it successfully?
Thanks,
Carlos.
I have a small app running in a Pocket PC that converts a value in a
textbox to
a double. The problem is that when the value is converted in a device that
has
the comma (',') as a decimal point, the value is converted wrongly. i.e.
(1,9 gets converted as 19.0 instead of 1.9). How to make sure that
this value is converted to the proper double value number, and how to test
it successfully?
Thanks,
Carlos.