fork download
  1. using static System.Console;
  2. using System.Globalization;
  3.  
  4. public class Program {
  5. public static void Main() {
  6. WriteLine(double.Parse("-8.709006", CultureInfo.InvariantCulture).ToString(new CultureInfo("en-US", true)));
  7. }
  8. }
  9.  
  10. //https://pt.stackoverflow.com/q/52015/101
Success #stdin #stdout 0.02s 16428KB
stdin
Standard input is empty
stdout
-8.709006