[]
        
(Showing Draft Content)

C1.Win.TrueDBGrid.GenericTypeConverter.CanConvertFrom

CanConvertFrom Method

CanConvertFrom(ITypeDescriptorContext, Type)

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

Declaration
public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType)
Public Overrides Function CanConvertFrom(context As ITypeDescriptorContext, sourceType As Type) As Boolean
Parameters
Type Name Description
ITypeDescriptorContext context
Type sourceType
Returns
Type Description
bool
Overrides