WillPower.Text.Encoding 1.2022.12.11

There is a newer version of this package available.
See the version list below for details.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package WillPower.Text.Encoding --version 1.2022.12.11                
NuGet\Install-Package WillPower.Text.Encoding -Version 1.2022.12.11                
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.Text.Encoding" Version="1.2022.12.11" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WillPower.Text.Encoding --version 1.2022.12.11                
#r "nuget: WillPower.Text.Encoding, 1.2022.12.11"                
#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.Text.Encoding as a Cake Addin
#addin nuget:?package=WillPower.Text.Encoding&version=1.2022.12.11

// Install WillPower.Text.Encoding as a Cake Tool
#tool nuget:?package=WillPower.Text.Encoding&version=1.2022.12.11                

#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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on WillPower.Text.Encoding:

Package Downloads
WillPower.FileParser

This package provides capabilities intended to facilitate writing and parsing binary EBCDIC files or other fixed length files. It supports custom and/or built in encoders, including an EBCDIC encoder (IBM037) for convenience. Features include: Character set translation. Packed Decimal translation. Packed Date translation (2 (short) and 4 (long) byte). Table field definitions and translation. See WillPower.FileLayout for configuration specifications. This product is provided 'AS IS, NO WARRANTY' and is intended for no specific use or person. In fact, the code herein is so confuggled, it should not be used by anyone ever and anything that happens as a result of its use is completely and utterly YOUR FAULT. :p Note: WillPower™ is an unregisterable trademark of everyone.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2024.11.9 33 11/9/2024