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

Mebibytes #31

Closed
MarkSFrancis opened this issue Sep 8, 2017 · 2 comments
Closed

Mebibytes #31

MarkSFrancis opened this issue Sep 8, 2017 · 2 comments

Comments

@MarkSFrancis
Copy link

The units being used in this project are actually kibibyte, mebibyte, gibibyte etc instead of kilobyte, megabyte, gigabyte (MiB for mebibyte, MB for megabyte) which may cause confusion.
Kilobyte is 1000 bytes (power of 10), but a kibibyte is 1024 bytes (power of 2).

More info on what a kibibyte is:
https://en.wikipedia.org/wiki/Kibibyte

@omar
Copy link
Owner

omar commented Dec 24, 2018

Track progress of this feature here #24

@omar omar closed this as completed Dec 24, 2018
@omar omar reopened this Jan 6, 2019
@omar
Copy link
Owner

omar commented Jan 14, 2020

v2 now supports this, see https://www.nuget.org/packages/ByteSize/2.0.0

@omar omar closed this as completed Jan 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants