'Declaration
Public Overloads Overrides Function CanConvertFrom( _ ByVal context As ITypeDescriptorContext, _ ByVal sourceType As Type _ ) As Boolean
public override bool CanConvertFrom( ITypeDescriptorContext context, Type sourceType )
Parameters
- context
- An System.ComponentModel.ITypeDescriptorContext that provides a format context.
- sourceType
- A System.Type that represents the type you want to convert from.
Return Value
True if this converter can perform the conversion; otherwise, false.