MarginConverter.CanConvertFrom

Overloads

CanConvertFrom(ITypeDescriptorContext, Type)
CanConvertFrom(Type)Returns whether this converter can convert an object of the given type to the type of this converter.

CanConvertFrom(ITypeDescriptorContext, Type)

public bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType)
Function CanConvertFrom(context As ITypeDescriptorContext, sourceType As Type) As Boolean

Parameters

sourceType
Type

Returns

Boolean

Licensing Info

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

CanConvertFrom(Type)

Returns whether this converter can convert an object of the given type to the type of this converter.

public bool CanConvertFrom(Type sourceType)
Function CanConvertFrom(sourceType As Type) As Boolean

Parameters

sourceType
Type

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

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