2
可能重複:
Custom numeric format string to always display the signC#Double.ToString()
要格式化一倍,達到一定精度在C#中我寫這篇文章:
d.ToString("#0.00");
如果我想迫使一個標誌出現.. 例如
+2.54和-2 .54
可能重複:
Custom numeric format string to always display the signC#Double.ToString()
要格式化一倍,達到一定精度在C#中我寫這篇文章:
d.ToString("#0.00");
如果我想迫使一個標誌出現.. 例如
+2.54和-2 .54
希望這會起作用。
YourDoublenumber.ToString("+#;#");