StringArrayConverter 构造函数
定义
初始化 StringArrayConverter 类的新实例。Initializes a new instance of the StringArrayConverter class.
public:
StringArrayConverter();
public StringArrayConverter ();
Public Sub New ()
注解
备注
永远不应直接访问类型转换器。You should never access a type converter directly. 而应使用对象调用适当的转换器 TypeDescriptor 。Instead, call the appropriate converter by using a TypeDescriptor object. 有关详细信息,请参阅中的示例 TypeConverter 。For more information, see the examples in TypeConverter.