'Declaration
Public Overloads Overrides NotOverridable Function CanConvertFrom( _ ByVal context As ITypeDescriptorContext, _ ByVal sourceType As Type _ ) As Boolean
public override bool CanConvertFrom( ITypeDescriptorContext context, Type sourceType )
Parameters
- context
- A format context that provides information about the environment from which this converter is being invoked.
- sourceType
- The type being evaluated for conversion.
Return Value
True if this converter can perform the operation; otherwise, False.