LengthConverter::CanConvertTo Method (ITypeDescriptorContext^, Type^)

 

Determines whether conversion is possible to a specified type from a Double that represents an object's length.

Namespace:   System.Windows
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
virtual bool CanConvertTo(
	ITypeDescriptorContext^ typeDescriptorContext,
	Type^ destinationType
) override

Parameters

typeDescriptorContext
Type: System.ComponentModel::ITypeDescriptorContext^

Provides contextual information about a component.

destinationType
Type: System::Type^

Identifies the data type to evaluate for conversion.

Return Value

Type: System::Boolean

true if conversion to the destinationType is possible; otherwise, false.

LengthConverter supports conversion of the following types: String, Decimal, Single, Double, Int16, Int32, Int64, UInt16, UInt32, and UInt64.

.NET Framework
Available since 3.0
Return to top
Show: