Hi all
I'm busy with making a little project in C#
The problem is that when I enter the body length with 1.72 the calculation is not working. If I enter 1,72 the calculation works. I think it has something to do with my regional settings. How can I make my program monkeyproof for dots and comma's?
I hope you can help me out.
I'm busy with making a little project in C#
The problem is that when I enter the body length with 1.72 the calculation is not working. If I enter 1,72 the calculation works. I think it has something to do with my regional settings. How can I make my program monkeyproof for dots and comma's?
I hope you can help me out.
Comment