ModelToObjectValueConverter.Convert(Object, Type, Object, CultureInfo) 方法

定义

将指定对象转换为其内部值。

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

参数

value
Object

要转换的 ModelItem

targetType
Type

未在此实现中使用。

parameter
Object

未在此实现中使用。

culture
CultureInfo

未在此实现中使用。

返回

Object

包含内部值的对象。

实现

适用于