-
Notifications
You must be signed in to change notification settings - Fork 649
Open
Description
I find that if we do
var zero = decimal.FromString("0.00")
Then print zero/ assign it to string after conversion, Instead of printing 0.00, 0 is printed.
Similarly if we do
var seventy = decimal.FromString("0.70")
Then print zero/ assign it to string after conversion, Instead of printing 0.70, 0.7 is printed.
Is there a pre-existing solution for this? If not, can this be added as a feature?
shuqingzaishuqingzai
Metadata
Metadata
Assignees
Labels
No labels