次の方法で共有


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

定義

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

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

ズーム レベル Double

targetType
Type

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

parameter
Object

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

culture
CultureInfo

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

戻り値

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

実装

注釈

ズーム レベルは、数値 %. として表されます。 このコンバーターは倍精度浮動小数点型 (double) の値を取り込み、% 記号で書式設定します。

適用対象