Method CanConvertTo
CanConvertTo(Nullable<ITypeDescriptorContext>, Nullable<Type>)
Returns whether this converter can convert the object to the specified type, using the specified context.
Declaration
public override bool CanConvertTo(ITypeDescriptorContext? context, Type? destinationType)
Parameters
Type | Name | Description |
---|---|---|
System. |
context | An |
System. |
destinationType | A |
Returns
Type | Description |
---|---|
System. |
Returns whether this converter can convert the object to the specified type. |
Applies to
Platforms and versions
Target | Versions |
---|---|
UWP | 100.15 |