バージョン

Convert メソッド (StringFormatConverter)

文字列を作成する System.String.Format(System.IFormatProvider,System.String,System.Object[]) の呼び出しに使用する値のシリーズを取得します。
シンタックス
'宣言
 
Public Function Convert( _
   ByVal values() As Object, _
   ByVal targetType As Type, _
   ByVal parameter As Object, _
   ByVal culture As CultureInfo _
) As Object
public object Convert( 
   object[] values,
   Type targetType,
   object parameter,
   CultureInfo culture
)

パラメータ

values
System.String.Format(System.IFormatProvider,System.String,System.Object[]) への呼び出しの引数を提供する配列。最初の要素が Null または System.Windows.DependencyProperty.UnsetValue の場合、コンバーター カルチャーが使用されます。
targetType
コンバーターが値を変換する必要がある型。パラメーターを使用しません。String 値が常に返されます
parameter
書式として使用する文字列。Null の場合、最初の値は書式だと考えられます。
culture
カルチャーは、Format メソッド呼び出しの IFormatProvider として使用されます。

戻り値の型

パラメーターが情報と一致しない場合、System.Windows.DependencyProperty.UnsetValue。そうでない場合は、書式文字列が返されます。
参照