[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PaddingEx.PaddingExConverter.CanConvertFrom

CanConvertFrom Method

CanConvertFrom(ITypeDescriptorContext, Type)

Determines if we can convert from anything.

Declaration
public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType)
Parameters
Type Name Description
ITypeDescriptorContext context

The context.

Type sourceType

The source type.

Returns
Type Description
bool

Returns True if we can convert, otherwise False.

Overrides