次の方法で共有


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

定義

値をその表現からそのStringDouble値に変換します。

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

パラメーター

value
Object

ズーム レベルは です String

targetType
Type

バインディング ターゲット プロパティの型。

parameter
Object

使用するコンバーター パラメーター。

culture
CultureInfo

コンバーターで使用するカルチャ。

戻り値

Doubleズーム レベルの値。 変換が UnsetValue 失敗した場合は を返します。

実装

注釈

ズーム レベルは、数値 %. として表されます。 このコンバーターは文字列表現を受け取り、それを double 値に変換します。

適用対象