Hi folks,
Just been having a play with my .net server space and have added a few basic
web forms and a couple of web services. I noticed that when I return double
precision values from the server and display these, the decimal point is
replaced by a comma?
For example,
51,12345 is returned instead of 51.12345
This problem also occurs sending double precision values to the server for
processing. If I want to pass 51.12345 to the server, the web form fails to
display, but if I pass 51,12345 i.e. with the comma, then it works fine?
Anyone have an idea what the deal is with this comma replacement thing which
is going on??
Thanks for any ideas,
Best Regards,