- Notifications
You must be signed in to change notification settings - Fork 415
Remove unnecessary format strings #797
Copy link
Copy link
Closed
Labels
breaking-changepinnedIssues that should not be auto-closed due to inactivity.Issues that should not be auto-closed due to inactivity.
Milestone
Description
Metadata
Metadata
Assignees
Labels
breaking-changepinnedIssues that should not be auto-closed due to inactivity.Issues that should not be auto-closed due to inactivity.
Remove:
Instead of "v", use
IQuantity.Value.ToString()to get the value string.Instead of "s", use "f2", "n4" or any of the standard numeric formats.
See https://github.com/angularsen/UnitsNet/wiki/String-Formatting