WillPower.FileParser 1.2024.11.9

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

// Install WillPower.FileParser as a Cake Tool
#tool nuget:?package=WillPower.FileParser&version=1.2024.11.9                

#WillPower.Text.Encoding

#Extensions

  • decimal.AsInt() : returns Int32 : Quickly converts a decimal to the rounded value.
  • byte.Bit(BitOrder bitOrder) : returns bool : Returns <see cref="Boolean">true</see> if the requested bit (Bit1 (most significant) through Bit8 (least significant)) is 1 or <see cref="Boolean">false</see> if the requested bit is 0.
  • byte.Bit(byte position) : returns bool : Returns <see cref="Boolean">true</see> if the requested bit (Bit1 (most significant) through Bit8 (least significant)) is 1 or <see cref="Boolean">false</see> if the requested bit is 0.
  • byte.BitValue(BitOrder bitOrder) : returns byte : Returns the numeric value of the bit in its position with the byte> if the bit is high or 0 if the bit is low.
  • byte.BitValue(byte position) : returns byte : Returns the numeric value of the bit in its position with the byte> if the bit is high or 0 if the bit is low.
  • string.Capitalize() : returns string : Shifts any first character of the string to Upper Invariant and any remaining characters to Lower Invariant.
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
1.2024.11.9 30 11/9/2024
1.2022.1.1 424 1/1/2022
0.2021.1.29 394 1/30/2021

.Net 6/8 upgrade and code migration.