ArrayConverter Class

Definition

Provides a type converter to convert Array objects to and from various other representations.

public class ArrayConverter : System.ComponentModel.CollectionConverter
Inheritance

Inherited Members

System.ComponentModel.TypeConverter

System.Object

Remarks

For more information about type converters, see the TypeConverter base class and How to: Implement a Type Converter.

Note

You should never create an instance of the ArrayConverter class. Instead, call the GetConverter method of the TypeDescriptor class. For more information, see the examples in the TypeConverter base class.

Constructors

ArrayConverter()

Initializes a new instance of the ArrayConverter class.

Methods

ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)

Converts the given value object to the specified destination type.

GetProperties(ITypeDescriptorContext, Object, Attribute[])

Gets a collection of properties for the type of array specified by the value parameter.

GetPropertiesSupported(ITypeDescriptorContext)

Gets a value indicating whether this object supports properties.