C#: how to explicitly set culture for Double.Parse(string num)
- by Nike
I download one program that read file and then parse double values from String to Double. But I get an exception because this file contains numbers with '.' separator, but there is ',' in my culture. How can I set culture explicitly?