Click or drag to resize

TypeConverterCanConvertTo Method (Type)

Determines whether this instance can convert to the specified destinationType.

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

Parameters

destinationType
Type: SystemType
Destination type.

Return Value

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