Guest User

Untitled

a guest
Jul 21st, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. diff --git a/class/System.Windows/Mono.Xaml/XamlTypeConverter.cs b/class/System.Windows/Mono.Xaml/XamlTypeConverter.cs
  2. index cbef5dd..ece27c9 100644
  3. --- a/class/System.Windows/Mono.Xaml/XamlTypeConverter.cs
  4. +++ b/class/System.Windows/Mono.Xaml/XamlTypeConverter.cs
  5. @@ -139,7 +139,7 @@ namespace Mono.Xaml {
  6. if (converter == null || ConverterIsBlackListed (converter))
  7. converter = new XamlTypeConverter (parser, element, prop_name, dest_type);
  8.  
  9. - return converter.ConvertFrom (null, Helper.DefaultCulture, val);
  10. + return converter.ConvertFrom (null, CultureInfo.InvariantCulture, val);
  11. }
Add Comment
Please, Sign In to add comment