'宣言 Function Convert( _ ByVal value As System.Object, _ ByVal targetType As System.Type, _ ByVal parameter As System.Object _ ) As System.Object
System.object Convert( System.object value, System.Type targetType, System.object parameter )
パラメータ
- value
- バインディングソースによって生成された値。
- targetType
- バインディングターゲットプロパティの型。
- parameter
- 使用するコンバータのパラメーター。
戻り値の型
変換後の値。このメソッドが
null
を返す場合は、有効な null 値が使用されます。