GridLengthConverter::CanConvertFrom Method (ITypeDescriptorContext^, Type^)

 

Determines whether a class can be converted from a given type to an instance of GridLength.

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

public:
virtual bool CanConvertFrom(
	ITypeDescriptorContext^ typeDescriptorContext,
	Type^ sourceType
) override

Parameters

typeDescriptorContext
Type: System.ComponentModel::ITypeDescriptorContext^

Describes the context information of a type.

sourceType
Type: System::Type^

The type of the source that is being evaluated for conversion.

Return Value

Type: System::Boolean

true if the converter can convert from the specified type to an instance of GridLength; otherwise, false.

GridLengthConverter supports conversion to and from the following types: String, Decimal, Single, Double, Int16, Int32, Int64, UInt16, UInt32, UInt64.

.NET Framework
Available since 3.0
Return to top
Show: