omar / ByteSize

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.
MIT License
558 stars 50 forks source link

Add a new Sum extension method on IEnumerable<ByteSize> #61

Closed 0xced closed 2 years ago

0xced commented 2 years ago

I just had to write this in a project and I thought it would be a natural addition to the ByteSize library itself.