Lierda.Formatter 1.1.3

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

// Install Lierda.Formatter as a Cake Tool
#tool nuget:?package=Lierda.Formatter&version=1.1.3

格式转换器

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Lierda.Formatter:

Package Downloads
Lierda.Socket

Lierda Socket新版本

GreenWhale.Extensions.SerialPorts

经过封装的串口动态库,使用Microsoft.Extensions.DependencyInjection时 请先添加AddSerialPort()服务。 共添加了俩个服务ISerialPortSource和ISerialPortNameService.ObservableSerialPort 添加了RequestAsync 方法,这个方法可应付绝大部分场景

Lierda.IPlug

插件模块

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.3.5.9 1,127 11/4/2020
3.2.2000 1,295 4/13/2020
1.1.3 2,538 4/1/2017
1.1.2 1,290 3/13/2017
1.1.1 874 3/8/2017
1.1.0 913 3/3/2017
1.0.9 896 3/2/2017
1.0.8 1,557 3/2/2017
1.0.7 930 2/28/2017
1.0.6 913 2/27/2017
1.0.5 909 2/27/2017
1.0.4 2,243 2/21/2017
1.0.3 917 2/20/2017
1.0.1 1,803 2/15/2017
1.0.0 1,042 2/15/2017

1.0.1 增加了Crc32校验
1.0.3 增加了分割数组功能(SplitTo4Byte);
1.0.3 增加截取数组的功能(SubByteArray);
1.0.3 增加了 判断数组是否相等的功能;
1.0.3 增加了 整形转数组(ConvertToInt)和数组转整形的功能(ConvertToByte);
修复了Byte数组转Int类型时 溢出的问题;
修复了由于格式转换器版本与API不配陪导致的错误
1.1.1:修复了Byte展开后高低位错误的异常