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

NumberFormatConverterConvert メソッド

桁に基づいて値を特別な文字列に変換します。

名前空間:  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
型: SystemObject
バインディングソースによって生成された値。
targetType
型: SystemType
バインディングターゲットプロパティの型。
parameter
型: SystemObject
使用するコンバータのパラメーター。
culture
型: System.GlobalizationCultureInfo
コンバータで使用するカルチャ。

戻り値

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

実装

IValueConverterConvert(Object, Type, Object, CultureInfo)
関連項目