Decimal values from another locations are not handled correctly in NumericTextField
netonjm opened this issue · 0 comments
netonjm commented
It's not handling culture infos (european like for example Spain) where NumericDecimalSeparator is "dot" and not the "comma"
I recommend use a.ToString(System.Globalization.CultureInfo.InvariantCulture); for this cases