IValueConverter.ConvertBack(Object, Type, Object, CultureInfo) メソッド

定義

parameterculture を使用し、targetType から value に変換し戻す目的でこのメソッドを実行します。

public object ConvertBack (object value, Type targetType, object parameter, System.Globalization.CultureInfo culture);
abstract member ConvertBack : obj * Type * obj * System.Globalization.CultureInfo -> obj

パラメーター

value
Object

変換する値。

targetType
Type

変換後の値の型。

parameter
Object

変換中に使用するパラメーター。

culture
CultureInfo

変換中に使用するカルチャ。

戻り値

適用対象