G
Guest
Hi,
I have a c# program where I need a numerical float input. Due to the
culture difference, someone is used to type f.ex. 1,3; 2,32 (, comma) while
others use 1.3; 2.32(. point) etc. so the program should accept both
numerical expression.
How can I do it?
I have a c# program where I need a numerical float input. Due to the
culture difference, someone is used to type f.ex. 1,3; 2,32 (, comma) while
others use 1.3; 2.32(. point) etc. so the program should accept both
numerical expression.
How can I do it?