Skip to content

Remove unnecessary format strings #797

@tmilnthorp

Description

@tmilnthorp

Remove:

  • "V" and "v"
  • "S" and "s".

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    breaking-changepinnedIssues that should not be auto-closed due to inactivity.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions