The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
LengthConverter::CanConvertFrom Method (ITypeDescriptorContext^, Type^)
.NET Framework (current version)
Determines whether conversion is possible from a specified type to a Double that represents an object's length.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: virtual bool CanConvertFrom( ITypeDescriptorContext^ typeDescriptorContext, Type^ sourceType ) override
Parameters
- typeDescriptorContext
-
Type:
System.ComponentModel::ITypeDescriptorContext^
Provides contextual information about a component.
- sourceType
-
Type:
System::Type^
Identifies the data type to evaluate for conversion.
.NET Framework
Available since 3.0
Available since 3.0
Show: