microsoft / XamlBehaviors

This is the official home for UWP XAML Behaviors on GitHub.
MIT License
697 stars 112 forks source link

Fixes #154 Use invariant culture to parse doubles #155

Closed pedrolamas closed 5 years ago

pedrolamas commented 5 years ago

This is a potential breaking change, but having said that, I see no reason why this should use CultureInfo.CurrentCulture instead of CultureInfo.InvariantCulture.

Personally, I was expecting it to be using invariant culture and was surprised when I found it was not!