Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Set regional settings to en-US (fixes stupid parser issues!!!)
- System.Globalization.CultureInfo customSeparator = (System.Globalization.CultureInfo)System.Threading.Thread.CurrentThread.CurrentCulture.Clone();
- customSeparator.NumberFormat.NumberDecimalSeparator = ".";
- System.Threading.Thread.CurrentThread.CurrentCulture = customSeparator;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement