ModelToObjectValueConverter.Convert(Object, Type, Object, CultureInfo) Methode

Definitie

Converteert het opgegeven object naar de binnenste waarde.

public:
 virtual System::Object ^ Convert(System::Object ^ value, Type ^ targetType, System::Object ^ parameter, System::Globalization::CultureInfo ^ culture);
public object Convert(object value, Type targetType, object parameter, System.Globalization.CultureInfo culture);
abstract member Convert : obj * Type * obj * System.Globalization.CultureInfo -> obj
override this.Convert : obj * Type * obj * System.Globalization.CultureInfo -> obj
Public Function Convert (value As Object, targetType As Type, parameter As Object, culture As CultureInfo) As Object

Parameters

value
Object

De ModelItem te converteren.

targetType
Type

Niet gebruikt in deze implementatie.

parameter
Object

Niet gebruikt in deze implementatie.

culture
CultureInfo

Niet gebruikt in deze implementatie.

Retouren

Een object dat de binnenste waarde bevat.

Implementeringen

Van toepassing op