We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4976ab commit 10f29dcCopy full SHA for 10f29dc
nuget/readme.txt
@@ -1,9 +1,8 @@
1
-RESTCountries.NET
2
-
3
Find more information at: https://github.com/lioncoding-oss/FileSizeFromBase64.NET
4
5
6
## Usage
7
using FileSizeFromBase64.NET;
+
8
var sizeInByte = FileSizeHelpers.GetFileSizeFromBase64String("your-base64-string");
9
var sizeInMB = FileSizeHelpers.GetFileSizeFromBase64String("your-base64-string", UnitsOfMeasurement.Mesagebyte);
0 commit comments