You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @guotie. Are you sure that you are using the latest decimal library version? The issue with truncated zeroes was fixed in PR #159.
I tried to run your code sample on version 1.2.0 and it works as supposed to.
if I use
NewFromString
to convert a string like 100.000, the decimal i got precision is 0!for example:
The text was updated successfully, but these errors were encountered: