[]
Returns whether the specified type can be converted to a border object.
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 | ITypeDescriptorContext |
Type | sourceType | Type |
Type | Description |
---|---|
bool | True if sourceType is String, false otherwise. |