CodeBits.ByteSizeFriendlyName 1.1.0

dotnet add package CodeBits.ByteSizeFriendlyName --version 1.1.0
                    
NuGet\Install-Package CodeBits.ByteSizeFriendlyName -Version 1.1.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CodeBits.ByteSizeFriendlyName" Version="1.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CodeBits.ByteSizeFriendlyName" Version="1.1.0" />
                    
Directory.Packages.props
<PackageReference Include="CodeBits.ByteSizeFriendlyName" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add CodeBits.ByteSizeFriendlyName --version 1.1.0
                    
#r "nuget: CodeBits.ByteSizeFriendlyName, 1.1.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=CodeBits.ByteSizeFriendlyName&version=1.1.0
                    
Install CodeBits.ByteSizeFriendlyName as a Cake Addin
#tool nuget:?package=CodeBits.ByteSizeFriendlyName&version=1.1.0
                    
Install CodeBits.ByteSizeFriendlyName as a Cake Tool

Builds a friendly representation of a specified byte size value, after converting it to the best matching unit (bytes, KB, MB, GB, etc.).
Has various options to control the format of the outputted string.
See the project site for documentation.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.0 331 7/24/2012
1.0.0 58 7/21/2012

Made the class partial so it can be extended by the developer.