'Declaration Public Overloads Overrides Function CanConvertFrom( _ ByVal context As System.ComponentModel.ITypeDescriptorContext, _ ByVal sourceType As System.Type _ ) As System.Boolean
public override System.bool CanConvertFrom( System.ComponentModel.ITypeDescriptorContext context, System.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.