0
I have an app C# .net
using Mysql
as db
, and was staying at Locaweb
. I posted the files on the server SmarterAsp
and restored the database there as well. Now in the application, the fields 'double'
the bank does not display comma (ex: 2,25)
and yes point (ex: 2.25)
.
This change is due to some region problem? Needed help to understand if with any settings in the panel phpMysql
I could solve.
Double
does not use.
as decimal separator ?!– Pedro Augusto
But when I was at Locaweb, and I used Double.Parse, if the user put 2.5 in imput, the code converted to 2.5. Already in Smarterasp it does not convert. I debugging on my machine, the conversion is done normally, which leads me to think of some region configuration on the server. I opened called there but still no answer :(
– RafaelMoura