-
Notifications
You must be signed in to change notification settings - Fork 50
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
ByteSize of zero returns unexpected formatting of " b" #21
Comments
This is indeed not desired. The output of each of those should be I'll take a look at this tonight and see if I can patch this. Thanks for pointing this out. |
If you don't get the chance tonight then let me know and I can send a PR tomorrow if it'd help. |
I just pushed out v1.2.3 on NuGet with this fix. Would like to get your take on the fix though as I'm not too familiar with the best approach to handle custom ToString methods. |
Thanks for the quick turn around on the fix and pushing out a new version! My local fix was exactly the same (i.e. use |
Happy to help. Glad you're getting value out of this library. |
All of the above return (space following by a lowercase B):
I'm guessing this is not the intended behavior? Certainly isn't desired.
The text was updated successfully, but these errors were encountered: