hpl
Jan 10th, 2004, 02:53 AM
I am doing some calculations. My server has a european setup, which means, that "," is used for decimal numbers e.g "116,7". If I enter "116.7" this will be read as "1167", so I need to replace all "." with ",".
How can I do that in ASP.Net?
In ASP I used a replace-method.
How can I do that in ASP.Net?
In ASP I used a replace-method.