Schlagwort: decimal seperator

  • About cultures, infos and UI in C#

    Just recently, I encountered a very interesting problem where the validation of valid inputs in a text field behaved very strangely. Anyone who has had to write C# and WPF applications for different languages and cultures is already familiar with the CultureInfo class. It’s most commonly used when you want to convert a string into…