When I upgrade my C# project from net 4.5.2 to 4.6, my project fails to run properly on windows machines in regions where the numberformat uses a comma as a decimal point. I can fix it if I apply the cultureinfo numberformat to every single .ToString and float.Parse and double.Parse. (as I move values back and forth between floating and text)
Is there a statement I can add so the entire project uses the current machines numberformat?