| 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
Syntaxpublic bool CanConvertTo(
	Type destinationType
)
Public Function CanConvertTo ( 
	destinationType As Type
) As Boolean
member CanConvertTo : 
        destinationType : Type -> bool 
Parameters
- destinationType
- Type: SystemType
 Destination type.
Return Value
Type: 
Booleantrue if this instance can convert to the specified destinationType; otherwise, 
false.
 See Also
See Also