バージョン

Format メソッド (StringFormatUtil)

現在の文字列と指定したオブジェクトのプロパティの値に基づいて、文字列を作成してフォーマットします。
シンタックス
'宣言
 
Public Shared Function Format( _
   ByVal format As String, _
   ByVal obj As Object, _
   ByVal propertyValue As StringFormatter.ValueDelegate _
) As String
public static string Format( 
   string format,
   object obj,
   StringFormatter.ValueDelegate propertyValue
)

パラメータ

format
書式文字列
obj
フォーマットするオブジェクト。
propertyValue
プロパティ値のデリゲート。

戻り値の型

フォーマットされた文字列。エラー時は null。
参照