[]
Tests whether the current converter can convert this object to the specified type.
public override bool CanConvertTo(ITypeDescriptorContext context, Type type)
Public Overrides Function CanConvertTo(context As ITypeDescriptorContext, type As Type) As Boolean
| Type | Name | Description |
|---|---|---|
| ITypeDescriptorContext | context | The converter context. |
| Type | type | The target type. |
| Type | Description |
|---|---|
| bool | true if the object can be converted, false otherwise. |