<PackageReference Include="NETStandard.Library" Version="2.0.1" />

System.ComponentModel.TypeConverter

public class TypeConverter
protected abstract class SimplePropertyDescriptor : PropertyDescriptor

public TypeConverter()

public virtual bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType)

public bool CanConvertFrom(Type sourceType)

public virtual bool CanConvertTo(ITypeDescriptorContext context, Type destinationType)

public bool CanConvertTo(Type destinationType)

public virtual object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value)

public object ConvertFrom(object value)

public object ConvertFromInvariantString(ITypeDescriptorContext context, string text)

public object ConvertFromInvariantString(string text)

public object ConvertFromString(ITypeDescriptorContext context, CultureInfo culture, string text)

public object ConvertFromString(ITypeDescriptorContext context, string text)

public object ConvertFromString(string text)

public virtual object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)

public object ConvertTo(object value, Type destinationType)

public string ConvertToInvariantString(ITypeDescriptorContext context, object value)

public string ConvertToInvariantString(object value)

public string ConvertToString(ITypeDescriptorContext context, CultureInfo culture, object value)

public string ConvertToString(ITypeDescriptorContext context, object value)

public string ConvertToString(object value)

public object CreateInstance(IDictionary propertyValues)

public virtual object CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)

protected Exception GetConvertFromException(object value)

protected Exception GetConvertToException(object value, Type destinationType)

public virtual PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes)

public bool GetPropertiesSupported()

public virtual bool GetPropertiesSupported(ITypeDescriptorContext context)

public virtual bool IsValid(ITypeDescriptorContext context, object value)

public bool IsValid(object value)