1414A lightweight .NET library for converting bytes into ** human-readable
1515formats** (KB, MB, GB, etc.) and back again.
1616
17- ------------------------------------------------------------------------
17+ ---
1818
1919## ✨ Features
2020
@@ -25,7 +25,7 @@ formats** (KB, MB, GB, etc.) and back again.
2525- Works on .NET Framework (4.6.1+) and all modern .NET versions (Core,
2626 5/6/7/8).
2727
28- ------------------------------------------------------------------------
28+ ---
2929
3030## 📦 Installation
3131
@@ -35,7 +35,7 @@ Install from [NuGet](https://www.nuget.org/packages/ByteFlow.Net):
3535dotnet add package ByteFlow.Net
3636```
3737
38- ------------------------------------------------------------------------
38+ ---
3939
4040## 🚀 Usage
4141
@@ -58,7 +58,7 @@ if ("10 MB".TryParseHumanBytes(out var val))
5858 }
5959```
6060
61- ------------------------------------------------------------------------
61+ ---
6262
6363## 🧪 Unit Tests
6464
@@ -71,15 +71,15 @@ Run them with:
7171dotnet test
7272```
7373
74- ------------------------------------------------------------------------
74+ ---
7575
7676## 📊 Code Coverage
7777
7878Code coverage reports are automatically uploaded to
7979[ Codecov] ( https://app.codecov.io/gh/AndrewClements84/ByteFlow.Net ) .\
8080Current coverage: ** 100%** ✅
8181
82- ------------------------------------------------------------------------
82+ ---
8383
8484## 🔮 Roadmap
8585
@@ -93,7 +93,7 @@ Planned features for upcoming releases:
9393 inputs\
9494- [ ] Additional helpers for formatting with alignment/padding
9595
96- ------------------------------------------------------------------------
96+ ---
9797
9898## 🤝 Contributing
9999
@@ -103,14 +103,14 @@ Feel free to open a
103103or a [ pull
104104request] ( https://github.com/AndrewClements84/ByteFlow.Net/pulls ) .
105105
106- ------------------------------------------------------------------------
106+ ---
107107
108108## ⭐ Support
109109
110110If you find ** ByteFlow.Net** useful, please consider giving it a star on
111111GitHub --- it helps others discover the project and shows your support.
112112
113- ------------------------------------------------------------------------
113+ ---
114114
115115
116116## 📄 License
0 commit comments