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

Support all integer primitives on ByteSizeExtensions #303

Closed
i3arnon opened this issue Jun 21, 2014 · 2 comments
Closed

Support all integer primitives on ByteSizeExtensions #303

i3arnon opened this issue Jun 21, 2014 · 2 comments
Labels

Comments

@i3arnon
Copy link
Contributor

i3arnon commented Jun 21, 2014

Add support for all integer types on all the ByteSize extension methods (Bits, Bytes, Kilobytes, Megabytes, Gigabytes, Terabytes):

uint size = 5;
ByteSize terabytes= size.Terabytes();
@mexx mexx added the jump in label Jun 22, 2014
@MehdiK
Copy link
Member

MehdiK commented Jun 27, 2014

Implemented in #304

@MehdiK MehdiK closed this as completed Jun 27, 2014
@MehdiK
Copy link
Member

MehdiK commented Jul 7, 2014

This is now available on NuGet as v1.28.0. Thanks for the contribution.

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

3 participants