Console.WriteLine(string.Format("{0:####}", 594884.539));
Console.WriteLine(string.Format("{0:N0}", 594884.539));
04-18 17:35