ByteSize 2.0.0
ByteSize is a utility class that makes byte size representation in code easier by removing ambiguity of the value being represented. ByteSize is to bytes what System.TimeSpan is to time.
Install-Package ByteSize -Version 2.0.0
dotnet add package ByteSize --version 2.0.0
<PackageReference Include="ByteSize" Version="2.0.0" />
paket add ByteSize --version 2.0.0
Release Notes
**HUGE BREAKING CHANGE**:
By default `ByteSize` now assumes `1 KB == 1000 B` and `1 KiB == 1024 B` to
adhere to the IEC and NIST standards (https://en.wikipedia.org/wiki/Binary_prefix).
In the past `ByteSize` assumed `1 KB == 1024 B`, that means if you're upgrading
from v1, you'll see differences in values.
Other Breaking Changes:
- Renamed property `LargestWholeNumberSymbol` and `LargestWholeNumberValue` to `LargestWholeNumberDecimalSymbol` and `LargestWholeNumberDecimalValue` respectively.
- Drop support for all platforms _except_ `netstandard1.0` and `net45`.
New Features:
- Support for binary and decimal values (e.g. `ByteSize.FromKibiByte` and `ByteSize.FromKiloByte`).
- New constructor that takes a `long` value as the number of bits.
- Support for culture on Parse and TryParse
View all release notes at https://github.com/omar/ByteSize/releases.
Dependencies
-
.NETFramework 4.5
- No dependencies.
-
.NETStandard 1.0
- NETStandard.Library (>= 1.6.1)
Used By
NuGet packages (7)
Showing the top 5 NuGet packages that depend on ByteSize:
Package | Downloads |
---|---|
Sucrose.Orleans.Persistence.Redis
Package Description
|
|
Yove.Http
Http Client for .Net | Http, Socks4, Socks5 client
|
|
CodeExecutionSystem.Contracts
Package Description
|
|
Zen.Base
A fluid, seamless middleware.
|
|
GR.Backup.Razor
Package Description
|
GitHub repositories (11)
Showing the top 5 popular GitHub repositories that depend on ByteSize:
Repository | Stars |
---|---|
files-community/Files
A modern file explorer that pushes the boundaries of the platform.
|
|
WOA-Project/WOA-Deployer-Rpi
WOA Deployer for Raspberry Pi
|
|
WOA-Project/WoA-Installer-Rpi
This repository was deprecated, use:
|
|
Dynatrace/superdump
A service for automated crash-dump analysis
|
|
WOA-Project/WOA-Deployer-Lumia
Making your Lumias great again!
|
Version History
Version | Downloads | Last updated |
---|---|---|
2.0.0 | 194,502 | 1/14/2020 |
1.3.0 | 373,265 | 1/22/2017 |
1.2.5 | 696 | 1/21/2017 |
1.2.4 | 2,420 | 11/25/2016 |
1.2.3 | 3,418 | 11/10/2016 |
1.2.2 | 1,085 | 10/28/2016 |
1.2.1 | 10,564 | 7/23/2016 |
1.2.0 | 1,571 | 6/18/2016 |
1.1.3 | 898 | 6/18/2016 |
1.1.2 | 2,236 | 3/22/2016 |
1.1.1 | 1,995 | 12/13/2015 |
1.1.0 | 6,439 | 8/20/2015 |
1.0.0 | 3,838 | 5/30/2015 |