MarginConverter.CanConvertTo

Overloads

CanConvertTo(ITypeDescriptorContext, Type)
CanConvertTo(Type)Returns whether this converter can convert the object to the specified type.

CanConvertTo(ITypeDescriptorContext, Type)

public bool CanConvertTo(ITypeDescriptorContext context, Type destinationType)
Function CanConvertTo(context As ITypeDescriptorContext, destinationType As Type) As Boolean

Parameters

destinationType
Type

Returns

Boolean

Licensing Info

This method is a DynamicBarcode Creator feature. One of the following is required for non-evaluation usage:

CanConvertTo(Type)

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

public bool CanConvertTo(Type destinationType)
Function CanConvertTo(destinationType As Type) As Boolean

Parameters

destinationType
Type

A Type that represents the type you want to convert to.

Returns

Boolean

if this converter can perform the conversion; otherwise, .

Licensing Info

This method is a DynamicBarcode Creator feature. One of the following is required for non-evaluation usage:

See Also

MarginConverter
ceTe.DynamicBarcode.Creator

In this topic