blqw.Convert3
3.0.4
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package blqw.Convert3 --version 3.0.4
NuGet\Install-Package blqw.Convert3 -Version 3.0.4
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.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add blqw.Convert3 --version 3.0.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: blqw.Convert3, 3.0.4"
#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.4 // Install blqw.Convert3 as a Cake Tool #tool nuget:?package=blqw.Convert3&version=3.0.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
全能转换器
Product | Versions 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.
-
- blqw.IOC (>= 1.3.6)
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,606 | 4/17/2018 | |
3.0.5.5 | 925 | 4/17/2018 | |
3.0.5.4 | 1,592 | 4/12/2017 | |
3.0.5.3 | 1,044 | 12/31/2016 | |
3.0.5.2 | 1,346 | 12/19/2016 | |
3.0.5.1 | 1,213 | 12/2/2016 | |
3.0.4.1 | 1,207 | 11/23/2016 | |
3.0.4 | 1,186 | 11/16/2016 | |
3.0.3.2 | 936 | 11/15/2016 | |
3.0.3.1 | 919 | 11/14/2016 | |
3.0.3 | 1,281 | 10/31/2016 | |
3.0.3-beta | 876 | 10/7/2016 | |
3.0.2-beta | 774 | 10/5/2016 | |
3.0.1-beta | 787 | 10/5/2016 | |
2.2.4 | 1,378 | 8/18/2016 | |
2.2.3 | 1,761 | 8/10/2016 | |
2.2.3-beta | 1,239 | 8/4/2016 | |
2.2.2-beta | 1,099 | 8/3/2016 | |
2.2.1-beta | 917 | 7/28/2016 | |
2.2.0-beta | 1,489 | 7/27/2016 | |
2.1.5 | 1,212 | 7/20/2016 | |
2.1.4 | 1,212 | 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
* 优化动态类型的处理