Keyoti SearchUnit API Docs
CanConvertTo Method (context, targetType)
API DocumentationKeyoti.SearchEngine.WebFeaturedDocumentsConverterCanConvertTo(ITypeDescriptorContext, Type)
Keyoti SearchUnit v6
Whether the converter can convert to targetType.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public override bool CanConvertTo(
	ITypeDescriptorContext context,
	Type targetType
)
public override bool CanConvertTo(
	ITypeDescriptorContext context,
	Type targetType
)
Public Overrides Function CanConvertTo ( 
	context As ITypeDescriptorContext,
	targetType As Type
) As Boolean
Public Overrides Function CanConvertTo ( 
	context As ITypeDescriptorContext,
	targetType As Type
) As Boolean
public:
virtual bool CanConvertTo(
	ITypeDescriptorContext^ context, 
	Type^ targetType
) override
public:
virtual bool CanConvertTo(
	ITypeDescriptorContext^ context, 
	Type^ targetType
) override
abstract CanConvertTo : 
        context : ITypeDescriptorContext * 
        targetType : Type -> bool 
override CanConvertTo : 
        context : ITypeDescriptorContext * 
        targetType : Type -> bool 
abstract CanConvertTo : 
        context : ITypeDescriptorContext * 
        targetType : Type -> bool 
override CanConvertTo : 
        context : ITypeDescriptorContext * 
        targetType : Type -> bool 
Parameters
context (ITypeDescriptorContext)
targetType (Type)
Return Value

Assembly: Keyoti4.SearchEngine.Web (Module: Keyoti4.SearchEngine.Web.dll) Version: 2015.6.15.120