To format my numbers I am using this syntax :
move.ToString("+0.#;-0.#;0.0")
It works fine but if I have a round number it does not show the significative 0, example: 3 instead of 3.0.
|
To format my numbers I am using this syntax :
It works fine but if I have a round number it does not show the significative 0, example: 3 instead of 3.0. |
||||
|