Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. System.Globalization.CultureInfo customCulture = (System.Globalization.CultureInfo)System.Threading.Thread.CurrentThread.CurrentCulture.Clone();
  2. customCulture.NumberFormat.NumberDecimalSeparator = ".";
  3.  
  4. System.Threading.Thread.CurrentThread.CurrentCulture = customCulture;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement