CodeBits.ByteSizeFriendlyName 2.0.1

dotnet add package CodeBits.ByteSizeFriendlyName --version 2.0.1
NuGet\Install-Package CodeBits.ByteSizeFriendlyName -Version 2.0.1
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="2.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CodeBits.ByteSizeFriendlyName --version 2.0.1
#r "nuget: CodeBits.ByteSizeFriendlyName, 2.0.1"
#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.
// Install CodeBits.ByteSizeFriendlyName as a Cake Addin
#addin nuget:?package=CodeBits.ByteSizeFriendlyName&version=2.0.1

// Install CodeBits.ByteSizeFriendlyName as a Cake Tool
#tool nuget:?package=CodeBits.ByteSizeFriendlyName&version=2.0.1

Code Bits

Code Bits are a set of useful code blocks that can be included in your C# projects through NuGet. Each code bit is a single source file that gets added to a CodeBits folder in your project when you import it.

Code Bits does not add assemblies to your project.

You can do a search for 'CodeBits' on NuGet.org to view the list of available Code Bits packages.

General code bits

Name Compatibility Description
ByteArrayHelper .NET Framework 3.5 and higher Set of utility extensions for byte arrays.
ByteSizeFriendlyName .NET Framework 3.5 and higher Builds a friendly string representation of a specified byte size value, after converting it to the best matching unit (bytes, KB, MB, GB, etc.).
EnumIterator .NET Framework 3.5 and higher Provides an iterator for traversing through the values of an enum type.
IniFile .NET Framework 3.5 and higher Class to read and modify .INI files.
PasswordGenerator .NET Framework 3.5 and higher Generates a random password.
SaltedHash .NET Framework 3.5 and higher A helper class to generate and validate salted hashes.
ShortGuid .NetStandard 2.1 and higher Shorter, URL-friendly and readable GUID.

Custom collections

Name Description
OrderedCollection<T> An automatically sorted collection that has options to allow/disallow duplicate items and optionally sort in reverse order.
OrderedObservableCollection<T> An automatically sorted observable collection that has options to allow/disallow duplicate items and optionally sort in reverse order.

Windows-specific code bits

Name Description
WindowsServiceRunner Helper class to execute a Windows Service project either as a Console Application or a Windows Service, depending on the project type.
There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.1 570 8/29/2021
2.0.0 393 5/11/2021
1.2.0 1,389 1/14/2019
1.1.0 3,246 7/24/2012
1.0.0 1,318 7/21/2012