[]
Gets a value that indicates whether this converter can convert an object in the given source type to a DataField object using the specified context.
public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType)
Public Overrides Function CanConvertFrom(context As ITypeDescriptorContext, sourceType As Type) As Boolean
Type | Name | Description |
---|---|---|
ITypeDescriptorContext | context | An ITypeDescriptorContext that provides a format context. |
Type | sourceType | A Type that represents the type you wish to convert from. |
Type | Description |
---|---|
bool |
|