A Alberto Feb 4, 2005 #1 How can I find out witch is the decimal separator in a particular configuration of a operative system? Thank you
How can I find out witch is the decimal separator in a particular configuration of a operative system? Thank you
J Jon Skeet [C# MVP] Feb 4, 2005 #2 Alberto said: How can I find out witch is the decimal separator in a particular configuration of a operative system? Click to expand... Use CultureInfo.NumberFormat.NumberDecimalSeparator
Alberto said: How can I find out witch is the decimal separator in a particular configuration of a operative system? Click to expand... Use CultureInfo.NumberFormat.NumberDecimalSeparator