BitField.Extensions 1.0.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package BitField.Extensions --version 1.0.3
NuGet\Install-Package BitField.Extensions -Version 1.0.3
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="BitField.Extensions" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BitField.Extensions --version 1.0.3
#r "nuget: BitField.Extensions, 1.0.3"
#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 BitField.Extensions as a Cake Addin
#addin nuget:?package=BitField.Extensions&version=1.0.3

// Install BitField.Extensions as a Cake Tool
#tool nuget:?package=BitField.Extensions&version=1.0.3

BitFields.Extensions

.NET API library for BitFields


  • CREATED BY: [Latency McLaughlin]
  • FRAMEWORK: [.NET] v4.8 - v5.0, & Core v3.1
  • LANGUAGE: [C#] (v8.0)
  • GFX SUBSYS: [WinForms]
  • SUPPORTS: [Visual Studio] 2019, 2017, 2015, 2013, 2012, 2010, 2008
  • UPDATED: 01/09/2021
  • VERSION: 1.0.3
  • TAGS: [API], [.NET], [C#], [WPF]

Sample Image

A simple use of bit fields as flags. Bit fields allow packaging of data into simple structures, and they are particularly useful when bandwidth, memory or data storage is at a premium. This might not appear to be an issue with modern day equipment or every day applications, but we can save up to 16 times more memory and storage when using bit fields instead of other value types such as Boolean.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETCoreApp 3.1

    • No dependencies.
  • .NETFramework 4.8

    • No dependencies.
  • net5.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on BitField.Extensions:

Package Downloads
Interacord

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.4 64 4/9/2024
1.0.3 569 1/9/2021
1.0.2 912 9/26/2017
1.0.1 977 9/20/2017

Port to .NET 5.0