Click or drag to resize

TypeConverterCanConvertTo Method (ITypeDescriptorContext, Type)

Determines whether this instance can convert to the specified context destinationType.

Namespace:  Eto
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public virtual bool CanConvertTo(
	ITypeDescriptorContext context,
	Type destinationType
)

Parameters

context
Type: EtoITypeDescriptorContext
Context.
destinationType
Type: SystemType
Destination type.

Return Value

Type: Boolean
true if this instance can convert to the specified context destinationType; otherwise, false.
See Also