blqw.Convert3 3.0.5.6

Suggested Alternatives

zijian666.Converts

Additional Details

升级到standard2.0

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

// Install blqw.Convert3 as a Cake Tool
#tool nuget:?package=blqw.Convert3&version=3.0.5.6

全能转换器

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  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.

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
3.0.5.6 1,543 4/17/2018
3.0.5.5 900 4/17/2018
3.0.5.4 1,515 4/12/2017
3.0.5.3 1,028 12/31/2016
3.0.5.2 1,313 12/19/2016
3.0.5.1 1,166 12/2/2016
3.0.4.1 1,168 11/23/2016
3.0.4 1,150 11/16/2016
3.0.3.2 908 11/15/2016
3.0.3.1 895 11/14/2016
3.0.3 1,239 10/31/2016
3.0.3-beta 851 10/7/2016
3.0.2-beta 751 10/5/2016
3.0.1-beta 764 10/5/2016
2.2.4 1,338 8/18/2016
2.2.3 1,640 8/10/2016
2.2.3-beta 1,210 8/4/2016
2.2.2-beta 1,076 8/3/2016
2.2.1-beta 904 7/28/2016
2.2.0-beta 1,424 7/27/2016
2.1.5 1,185 7/20/2016
2.1.4 1,187 7/18/2016

实现任意类型之间的转换

     #### [3.0.0-beta]2016.09.30
     * 重构代码,优化代码逻辑
     * 完善注释
     * 优化异常栈
     #### [3.0.2-beta]2016.10.05
     * 修复汉字转拼音时二级汉字转换错误的问题
     * 修复bug
     #### [3.0.3.1]2016.11.14
     * 修复`IDataReader`转基础类型时会出现错误的问题
     #### [3.0.3.2]2016.11.15
     * 修复`Mapper`类的一个bug
     #### [3.0.4]2016.11.16
     * 优化动态类型的处理
     #### [3.0.5] 2016.11.30
     * 优化单值转数组的体验,如:`string s = "abc"; s.To<string[]>();` 将得到一个`new string[]{"abc"}`
     * 优化接口、抽象类、静态类、泛型定义类的错误信息
     #### [3.0.5.1] 2016.12.02
     * 取消对`CJsonObject`的密封类属性
     * 修改对`IBuilder<out TInstance="", in="" TValue="">`及其子类的私有属性,改为`public`
     #### [3.0.5.2] 2016.12.19
     * 更新ioc
     * 修复ioc初始化日志中有一条错误的问题