Advertisement
Guest User

Untitled

a guest
Jan 19th, 2016
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.22 KB | None | 0 0
  1. CultureInfo newCulture = (CultureInfo)System.Globalization.CultureInfo.CurrentCulture.Clone();
  2. newCulture.NumberFormat.NumberDecimalSeparator = ".";
  3. System.Globalization.CultureInfo.DefaultThreadCurrentCulture = newCulture;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement