Udostępnij za pośrednictwem


JournalEntryListConverter.Convert(Object, Type, Object, CultureInfo) Metoda

Definicja

Ten typ lub element członkowski obsługuje infrastrukturę Windows Presentation Foundation (WPF) i nie jest przeznaczony do użycia bezpośrednio z kodu.

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

Parametry

value
Object

Wartość wygenerowana przez źródło powiązania.

targetType
Type

Typ właściwości docelowej powiązania.

parameter
Object

Parametr konwertera do użycia.

culture
CultureInfo

Kultura do użycia w konwerterze.

Zwraca

Przekonwertowana wartość.

Implementuje

Dotyczy