TypeConverter 1.0.27

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

// Install TypeConverter as a Cake Tool
#tool nuget:?package=TypeConverter&version=1.0.27

TypeConverter is a lightweight, portable class library which allows to convert between objects of different types.
     This library is shipped with some basic sample converters, however, you are free to write your own type converters
     and register them in the IConverterRegistry.

Product Compatible and additional computed target framework versions.
MonoAndroid monoandroid10 is compatible. 
MonoTouch monotouch10 is compatible. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Phone wp8 is compatible.  wp81 was computed.  wpa81 is compatible. 
Windows Store win81 is compatible. 
Xamarin.iOS xamarinios10 is compatible. 
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 TypeConverter:

Package Downloads
CrossPlatformLibrary.Settings

CrossPlatformLibrary.Settings is a plug-in for reading and writing of platform-independent application settings.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.28-pre92 3,013 8/10/2017
1.0.27 21,615 4/2/2016
1.0.26 1,062 3/30/2016
1.0.25 1,403 10/12/2015
1.0.24 1,552 9/30/2015
1.0.23 1,198 9/26/2015
1.0.22 1,330 9/24/2015
1.0.21 1,136 9/18/2015
1.0.20 1,111 9/18/2015
1.0.19 1,099 9/17/2015
1.0.18 1,118 9/15/2015
1.0.17 1,125 9/15/2015
1.0.16 1,108 9/15/2015
1.0.15 1,115 9/15/2015
1.0.14 1,099 9/15/2015
1.0.13 1,111 9/13/2015
1.0.12 1,107 9/13/2015
1.0.11 1,069 9/13/2015
1.0.10 1,087 9/12/2015
1.0.7 1,104 9/7/2015
1.0.5 1,099 9/4/2015
1.0.4 1,059 9/4/2015
1.0.3 1,079 9/4/2015
1.0.2 1,116 9/4/2015
1.0.1 1,084 9/4/2015

1.0.27
     - Complete refactoring of caching mechanism
     - New IConverterCache interface to interact with caching configuration
     - Cache size limit with read access weighting

     1.0.26
     - Added ChangeType support (which uses Convert.ToXYZ(value) methods)

     1.0.25
     - Improved support for implicit and explicit type casting
     - TryConvert API cleaned-up