Provides a type converter to convert System.Windows.Forms.ListViewItem objects to and from various other representations.
See Also: ListViewItemConverter Members
For more information about type converters, see the System.ComponentModel.TypeConverter base class and [<topic://cpconImplementingTypeConverter>].
You should never create an instance of a System.Windows.Forms.ListViewItemConverter. Instead, call the System.ComponentModel.TypeDescriptor.GetConverter(object) method of System.ComponentModel.TypeDescriptor. For more information, see the examples in the System.ComponentModel.TypeConverter base class.