C#C
C#3y ago
Gaandalf

❔ Culture based Type Conversions

Hello,

There is a problem in my wpf app, while convertring types using Convert class we have to define IFormatProvider at every method, is there a way to set CultureInfo to CultureInfo.InvariantCulture as default, there is too much type conversions in the project and it's so hard to add every conversions to this parameter.
Was this page helpful?