ByteSize 0.3.0

dotnet add package ByteSize --version 0.3.0
                    
NuGet\Install-Package ByteSize -Version 0.3.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="ByteSize" Version="0.3.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ByteSize" Version="0.3.0" />
                    
Directory.Packages.props
<PackageReference Include="ByteSize" />
                    
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 ByteSize --version 0.3.0
                    
#r "nuget: ByteSize, 0.3.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=ByteSize&version=0.3.0
                    
Install ByteSize as a Cake Addin
#tool nuget:?package=ByteSize&version=0.3.0
                    
Install ByteSize as a Cake Tool

ByteSize is a utility class that makes byte size representation in code easier by removing ambiguity of the value being represented. ByteSize is to bytes what System.TimeSpan is to time.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories (25)

Showing the top 20 popular GitHub repositories that depend on ByteSize:

Repository Stars
files-community/Files
A modern file manager that helps users organize their files and folders.
beeradmoore/dlss-swapper
jenius-apps/ambie
An app that uses white noise, nature sounds, and focus features to boost your productivity.
PixiEditor/PixiEditor
PixiEditor is a Universal Editor for all your 2D needs
ProtonVPN/win-app
Official ProtonVPN Windows app
xoofx/ultra
An advanced profiler for .NET Applications on Windows
WOA-Project/WOA-Deployer-Rpi
WOA Deployer for Raspberry Pi
WOA-Project/WoA-Installer-Rpi
This repository was deprecated, use:
Bluegrams/Vividl
Modern Windows GUI for youtube-dl/ yt-dlp
Dynatrace/superdump
A service for automated crash-dump analysis
DataDog/dd-trace-dotnet
.NET Client Library for Datadog APM
WOA-Project/WOA-Deployer-Lumia
Making your Lumias great again!
LunaMultiplayer/LunaMultiplayer
Multiplayer mod for Kerbal Space Program (KSP)
PlexRipper/PlexRipper
A cross-platform Plex media downloader that seamlessly adds media from other Plex servers to your own!
Mongo2Go/Mongo2Go
Mongo2Go - MongoDB for .NET integration tests
Maxstupo/ydl-ui
A UI for the command-line video downloader "youtube-dl"
davidxuang/MusicDecrypto
Cross-platform solution for music de-obfuscation
pearlxcore/PS4-PKG-Tool
Manage and perform various operations on PS4 PKG.
sonik-br/GDMENUCardManager
Manage content on SD Card for Dreamcast's GDMenu
sungaila/PDFtoImage
A .NET library to render PDF files into images.
Version Downloads Last updated
0.3.0 784 10/16/2014
0.2.0 121 9/27/2014
0.1.0 226 11/17/2013

Add PetaByte support.