My application allows the user to capture a numeric value. In the context I do not know whether they are capturing a currency value or some other numeric amount. I need to cater for different decimal separators and grouping separators, but which should I choose from the CultureInfo?
Does anyone know in what circumstances the NumberDecimalSeparator and CurrencyDecimalSeparator are likely to be different?