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

定义

此类型或成员支持 Windows Presentation Foundation (WPF) 基础结构,不打算直接从代码使用。

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

绑定源生成的值。

targetType
Type

绑定目标属性的类型。

parameter
Object

要使用的转换器参数。

culture
CultureInfo

转换器中使用的区域性。

返回

已转换的值。

实现

适用于