System.ComponentModel.TypeConverter
public TypeConverter()
public virtual object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value)
public virtual object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
public virtual PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes)
protected PropertyDescriptorCollection SortProperties(PropertyDescriptorCollection props, string[] names)