リサイズはクリックかドラッグ

MaskFormatConverter.Convert メソッド

パターンに基づいて値を特別な文字列に変換します。

名前空間:  GrapeCity.Windows.InputMan
アセンブリ:  GrapeCity.WPF.InputMan (in GrapeCity.WPF.InputMan.dll) バージョン: 2.0.4003.2012 (2.0.4004.2012)
構文
public Object Convert(
	Object value,
	Type targetType,
	Object parameter,
	CultureInfo culture
)

パラメーター

value
型: System.Object
バインディングソースによって生成された値。
targetType
型: System.Type
バインディングターゲットプロパティの型。
parameter
型: System.Object
使用するコンバータのパラメーター。
culture
型: System.Globalization.CultureInfo
コンバータで使用するカルチャ。

戻り値

型: Object
変換された値。このメソッドが null を返す場合は、有効な null 値が使用されます。

実装

IValueConverter.Convert(Object, Type, Object, CultureInfo)
関連項目