ByteSize Versions Save

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.

v1.2.0

7 years ago
  • Localize number decimal separator for Parse and TryParse methods. (#15 by @omar)

v1.1.3

7 years ago
  • Remove extra dependencies when targeting full framework or portable class library. (#16 by @omar)

v1.1.2

7 years ago
  • ByteSize.MinValue is now 0. (#12 by @taori)

v0.3.0

8 years ago
  • Add support for petabytes. (#7 by @JamesSinclairBiomni)

v1.0.0

8 years ago
  • Rename project and namespace from ByteSize to ByteSizeLib to avoid namespace and class conflict. (#6 by @omar)

v1.1.0

8 years ago
  • Add localization to ToString method. (#10 by @JamesSinclairBiomni)

v1.1.1

8 years ago
  • Support Core CLR. (#11 by @rbarbe)

v0.1.0

9 years ago

Initial release.

v0.2.0

9 years ago
  • MIT license.
  • Add Parse/TryParse methods. (#2 by @GeorgeHahn)
  • Convert to PCL. (#3 by @GeorgeHahn)
  • Fix arithmetic operations. (#5 by @ap0llo)