[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Data.MapperInfoConverter.CanConvertTo

CanConvertTo Method

CanConvertTo(ITypeDescriptorContext, Type)

Returns whether this converter can convert the object to the specified type, using the specified context.

Declaration
public override bool CanConvertTo(ITypeDescriptorContext context, Type destinationType)
Public Overrides Function CanConvertTo(context As ITypeDescriptorContext, destinationType As Type) As Boolean
Parameters
Type Name Description
ITypeDescriptorContext context

A ITypeDescriptorContext that provides a format context

Type destinationType

A Type that represents the type you want to convert to

Returns
Type Description
bool

true if this converter can perform the conversion; otherwise, false.

Overrides