Torna al Thread

public static void writeFormat() { using (System.IO.StreamWriter sw = new StreamWriter(@"c:\prova.txt", false)) { Double d = 1498765.567450987; sw.WriteLine("numero: {0}", d.ToString(new System.Globalization.CultureInfo("en-us"))); sw.Close(); } }
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5