'Declaration
Public Overloads Overrides Function CanConvertTo( _ ByVal context As ITypeDescriptorContext, _ ByVal destType As Type _ ) As Boolean
public override bool CanConvertTo( ITypeDescriptorContext context, Type destType )
Parameters
- context
- The context.
- destType
- The data type.
Return Value
True if the conversion is supported, false otherwise.