Skip to content

Parsing bits and Bytes #56

Description

@OFark

If I ByteSize.Parse("1689.1kb") I get the same value if I ByteSize.Parse("1689.1kB")
One is kilobits the other is kiloBytes, yet ByteSize seems to treat b and B the same.

Also if I ByteSize.Parse("1689.1kib") your round up 13,910,835.2 to 13,910,836, surely this should be 13,910,835?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions