Skip to content
New issue

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

Parsing bits and Bytes #56

Open
OFark opened this issue Jun 25, 2021 · 0 comments
Open

Parsing bits and Bytes #56

OFark opened this issue Jun 25, 2021 · 0 comments
Labels

Comments

@OFark
Copy link

OFark commented Jun 25, 2021

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?

@omar omar added the bug label Nov 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants