DynamicUpdateMapConverter.ConvertTo Methode

Definitie

Converteert de opgegeven waarde naar de opgegeven weergave.

public:
 override System::Object ^ ConvertTo(System::ComponentModel::ITypeDescriptorContext ^ context, System::Globalization::CultureInfo ^ culture, System::Object ^ value, Type ^ destinationType);
public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, Type destinationType);
override this.ConvertTo : System.ComponentModel.ITypeDescriptorContext * System.Globalization.CultureInfo * obj * Type -> obj
Public Overrides Function ConvertTo (context As ITypeDescriptorContext, culture As CultureInfo, value As Object, destinationType As Type) As Object

Parameters

context
ITypeDescriptorContext

Contextinformatie die wordt gebruikt voor conversie.

culture
CultureInfo

Een optionele cultuurinformatie.

value
Object

Het object dat moet worden geconverteerd.

destinationType
Type

Het type dat moet worden geconverteerd naar.

Retouren

true als de opgegeven waarde naar de opgegeven weergave wordt geconverteerd; anders, false.

Van toepassing op