TemplateBindingExpressionConverter::ConvertTo Method (ITypeDescriptorContext^, CultureInfo^, Object^, Type^)
Converts the given value object to a MarkupExtension type.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: virtual Object^ ConvertTo( ITypeDescriptorContext^ context, CultureInfo^ culture, Object^ value, Type^ destinationType ) override
Parameters
- context
-
Type:
System.ComponentModel::ITypeDescriptorContext^
An ITypeDescriptorContext implementation that provides a format context.
- culture
-
Type:
System.Globalization::CultureInfo^
A CultureInfo object. If a null reference is passed, the current culture is assumed.
- value
-
Type:
System::Object^
The value to convert.
- destinationType
-
Type:
System::Type^
The desired type to convert to.
Only a destinationType of MarkupExtension returns a value originating from this implementation. Any other type provided for destinationType causes this method to call base, which results in no usable converted value and only serves for basic validation of the remaining parameters.
Available since 3.0