[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Drawing.Internal.FontNameConverter.CanConvertFrom

CanConvertFrom Method

CanConvertFrom(ITypeDescriptorContext, Type)

Determines whether this converter can convert an object of the given source type to the native type of the converter.

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