System.ComponentModel.TypeConverter
4.3.0
Prefix Reserved
Requires NuGet 2.12 or higher.
Install-Package System.ComponentModel.TypeConverter -Version 4.3.0
dotnet add package System.ComponentModel.TypeConverter --version 4.3.0
<PackageReference Include="System.ComponentModel.TypeConverter" Version="4.3.0" />
paket add System.ComponentModel.TypeConverter --version 4.3.0
#r "nuget: System.ComponentModel.TypeConverter, 4.3.0"
// Install System.ComponentModel.TypeConverter as a Cake Addin
#addin nuget:?package=System.ComponentModel.TypeConverter&version=4.3.0
// Install System.ComponentModel.TypeConverter as a Cake Tool
#tool nuget:?package=System.ComponentModel.TypeConverter&version=4.3.0
Provides the System.ComponentModel.TypeConverter class, which represents a unified way of converting types of values to other types.
Commonly Used Types:
System.ComponentModel.TypeConverter
System.ComponentModel.TypeConverterAttribute
System.ComponentModel.PropertyDescriptor
System.ComponentModel.StringConverter
System.ComponentModel.ITypeDescriptorContext
System.ComponentModel.EnumConverter
System.ComponentModel.TypeDescriptor
System.ComponentModel.Int32Converter
System.ComponentModel.BooleanConverter
System.ComponentModel.DoubleConverter
When using NuGet 3.x this package requires at least version 3.4.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.0 netstandard1.1 netstandard1.2 netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid monoandroid10 |
MonoMac | monomac |
MonoTouch | monotouch monotouch10 |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Windows Phone | wp8 wp81 wpa81 |
Windows Store | netcore netcore45 netcore451 |
Xamarin.iOS | xamarinios xamarinios10 |
Xamarin.Mac | xamarinmac xamarinmac20 |
Xamarin.TVOS | xamarintvos xamarintvos10 |
Xamarin.WatchOS | xamarinwatchos xamarinwatchos10 |
-
.NETFramework 4.5
- System.ComponentModel.Primitives (>= 4.3.0)
-
.NETFramework 4.6.2
- System.Collections.NonGeneric (>= 4.3.0)
- System.ComponentModel.Primitives (>= 4.3.0)
-
.NETStandard 1.0
- System.Collections (>= 4.3.0)
- System.ComponentModel (>= 4.3.0)
- System.ComponentModel.Primitives (>= 4.3.0)
- System.Globalization (>= 4.3.0)
- System.Reflection (>= 4.3.0)
- System.Reflection.Extensions (>= 4.3.0)
- System.Reflection.Primitives (>= 4.3.0)
- System.Resources.ResourceManager (>= 4.3.0)
- System.Runtime (>= 4.3.0)
- System.Runtime.Extensions (>= 4.3.0)
- System.Threading (>= 4.3.0)
-
.NETStandard 1.5
- System.Collections (>= 4.3.0)
- System.Collections.NonGeneric (>= 4.3.0)
- System.Collections.Specialized (>= 4.3.0)
- System.ComponentModel (>= 4.3.0)
- System.ComponentModel.Primitives (>= 4.3.0)
- System.Globalization (>= 4.3.0)
- System.Linq (>= 4.3.0)
- System.Reflection (>= 4.3.0)
- System.Reflection.Extensions (>= 4.3.0)
- System.Reflection.Primitives (>= 4.3.0)
- System.Reflection.TypeExtensions (>= 4.3.0)
- System.Resources.ResourceManager (>= 4.3.0)
- System.Runtime (>= 4.3.0)
- System.Runtime.Extensions (>= 4.3.0)
- System.Threading (>= 4.3.0)
-
MonoAndroid 1.0
- No dependencies.
-
MonoTouch 1.0
- No dependencies.
-
Windows 8.0
- System.ComponentModel.Primitives (>= 4.3.0)
-
WindowsPhone 8.0
- System.ComponentModel.Primitives (>= 4.3.0)
-
WindowsPhoneApp 8.1
- System.ComponentModel.Primitives (>= 4.3.0)
-
Xamarin.iOS 1.0
- No dependencies.
-
Xamarin.Mac 2.0
- No dependencies.
-
Xamarin.TVOS 1.0
- No dependencies.
-
Xamarin.WatchOS 1.0
- No dependencies.
NuGet packages (291)
Showing the top 5 NuGet packages that depend on System.ComponentModel.TypeConverter:
Package | Downloads |
---|---|
Newtonsoft.Json
Json.NET is a popular high-performance JSON framework for .NET |
|
Microsoft.NET.Test.Sdk
The MSbuild targets and properties for building .NET test projects. |
|
Microsoft.TestPlatform.ObjectModel
The Microsoft Test Platform Object Model. |
|
Microsoft.Identity.Client
This package contains the binaries of the Microsoft Authentication Library for .NET (MSAL.NET). MSAL.NET makes it easy to obtain tokens from the Microsoft identity platform for developers (formally Azure AD v2.0) signing-in users with work & school accounts, Microsoft personal accounts and social identities Azure AD B2C. These tokens gain access to Microsoft Cloud API and any other API secured by the Microsoft identity platform. This version supports adding authentication functionality to your .NET based client on Windows desktop (.NET 4.5+), UWP, .NET Core, Xamarin iOS and Xamarin Android. The release notes are available at https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/releases. |
|
Microsoft.IdentityModel.Clients.ActiveDirectory
There is a newer version of this library available here: https://www.nuget.org/packages/Microsoft.Identity.Client/ Migration guide: https://docs.microsoft.com/en-us/azure/active-directory/develop/msal-net-migration ADAL no longer receives new feature improvements. |
GitHub repositories (92)
Showing the top 5 popular GitHub repositories that depend on System.ComponentModel.TypeConverter:
Repository | Stars |
---|---|
CodeHubApp/CodeHub
CodeHub is an iOS application written using Xamarin
|
|
JamesNK/Newtonsoft.Json
Json.NET is a popular high-performance JSON framework for .NET
|
|
NancyFx/Nancy
Lightweight, low-ceremony, framework for building HTTP based services on .Net and Mono
|
|
NLog/NLog
NLog - Advanced and Structured Logging for Various .NET Platforms
|
|
ServiceStack/ServiceStack
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
|
Version | Downloads | Last updated |
---|---|---|
4.3.0 | 279,063,155 | 11/15/2016 |
4.3.0-preview1-24530-04 | 49,070 | 10/24/2016 |
4.1.0 | 157,098,184 | 6/27/2016 |
4.0.1-rc2-24027 | 511,869 | 5/16/2016 |
4.0.1-beta-23516 | 332,854 | 11/18/2015 |
4.0.1-beta-23409 | 373,339 | 10/15/2015 |
4.0.1-beta-23225 | 32,332 | 9/1/2015 |
4.0.0 | 749,366 | 7/29/2015 |
4.0.0-beta-23109 | 32,366 | 7/27/2015 |
4.0.0-beta-23019 | 30,497 | 6/30/2015 |
4.0.0-beta-22816 | 37,091 | 4/24/2015 |
4.0.0-beta-22605 | 14,481 | 2/13/2015 |
4.0.0-beta-22416 | 8,192 | 1/16/2015 |
4.0.0-beta-22231 | 20,518 | 11/11/2014 |