We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The ToMetric method does not apply the effect of the decimals parameter when no metric prefix is added to the string.
1.23E3.ToMetric(decimals: 1) => "1.2k" 1.23.ToMetric(decimals: 1) => "1.23"
The text was updated successfully, but these errors were encountered:
I created the PR #783.
Sorry, something went wrong.
6f248e4
No branches or pull requests
The ToMetric method does not apply the effect of the decimals parameter when no metric prefix is added to the string.
The text was updated successfully, but these errors were encountered: