StringArrayConverter Constructor

Definition

Initializes a new instance of the StringArrayConverter class.

public:
 StringArrayConverter();
public StringArrayConverter ();
Public Sub New ()

Remarks

Note

You should never access a type converter directly. Instead, call the appropriate converter by using a TypeDescriptor object. For more information, see the examples in TypeConverter.

Applies to

See also