XamlTypeTypeConverter::CanConvertFrom Method (ITypeDescriptorContext^, Type^)
Determines whether an object of the specified type can be converted to an instance of XamlType, using the specified context.
Assembly: System.Xaml (in System.Xaml.dll)
public: virtual bool CanConvertFrom( ITypeDescriptorContext^ context, Type^ sourceType ) override
Parameters
- context
-
Type:
System.ComponentModel::ITypeDescriptorContext^
A format context that provides information about the environment from which this converter is being invoked.
- sourceType
-
Type:
System::Type^
The type being evaluated for conversion.
Return Value
Type: System::Booleantrue if this converter can perform the operation; otherwise, false.
The XamlTypeTypeConverter class only converts an instance of XamlType to and from a String (or XamlType). Other sourceType inputs return false.
Available since 4.0