This System.ComponentModel.TypeConverter is used
in serialization and design-time scenarios for the
ListViewItem class. You would not normally use
this directly from your own code.
public class ListViewItemConverter : System.ComponentModel.ExpandableObjectConverter {
// Public Constructors
public ListViewItemConverter();
// Public Instance Methods
public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context,
Type destinationType); // overrides System.ComponentModel.TypeConverter
public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context,
System.Globalization.CultureInfo culture, object value,
Type destinationType); // overrides System.ComponentModel.TypeConverter
}