Click or drag to resize

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
public bool CanConvertFrom(
	Type sourceType
)

Parameters

sourceType
Type: SystemType
Source type to convert from.

Return Value

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