| TypeConverterCanConvertFrom Method (Type) | 
 
            Determines whether this instance can convert from the specified sourceType.
            
 
    Namespace: 
   Eto
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic bool CanConvertFrom(
	Type sourceType
)
Public Function CanConvertFrom ( 
	sourceType As Type
) As Boolean
member CanConvertFrom : 
        sourceType : Type -> bool 
Parameters
- sourceType
- Type: SystemType
 Source type to convert from.
Return Value
Type: 
Booleantrue if this instance can convert from the specified sourceType; otherwise, 
false.
 See Also
See Also