Info
Version: | 1.0.0 |
Author(s): | Stephen Potter |
Last Update: | Friday, May 6, 2011 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://github.com/StevePotter/FileSize |
NuGet Url: | https://www.nuget.org/packages/FileSize |
Install
Install-Package FileSize
dotnet add package FileSize
paket add FileSize
FileSize Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
This is super useful when converting between bytes, megabytes, gigabytes, etc. Provides nice parsing for values like '2 GB' or '1.54mb'.
Also has nice formatting in its ToString method.