C#decimal四捨五入格式化

Console.WriteLine(string.Format("{0:####}", 594884.539));
Console.WriteLine(string.Format("{0:N0}", 594884.539));
相關文章
相關標籤/搜索