StringCollectionConverter.ConvertTo 方法

定义

将类型 StringCollection 的对象转换为 StringInstanceDescriptor

public:
 override System::Object ^ ConvertTo(System::ComponentModel::ITypeDescriptorContext ^ context, System::Globalization::CultureInfo ^ culture, System::Object ^ value, Type ^ destinationType);
public override object ConvertTo (System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, Type destinationType);
override this.ConvertTo : System.ComponentModel.ITypeDescriptorContext * System.Globalization.CultureInfo * obj * Type -> obj
Public Overrides Function ConvertTo (context As ITypeDescriptorContext, culture As CultureInfo, value As Object, destinationType As Type) As Object

参数

context
ITypeDescriptorContext

一个提供格式上下文的对象。

culture
CultureInfo

要用作当前区域性的对象。

value
Object

要转换的 StringCollection

destinationType
Type

要将 value 转换为的类型。

返回

转换后的值。

例外

valuenull

- 或 -

destinationTypenull

如果示例对象为 null 或 destinationType 不是有效目标类型之一,则会引发 NotSupportedException。

适用于