バージョン

Format メソッド

指定したトーケン書式文字列に基づいてラベルの文字列を返します。
シンタックス
'宣言
 
Protected Function Format( _
   ByVal tokenizedFormatString As String _
) As String
protected string Format( 
   string tokenizedFormatString
)

パラメータ

tokenizedFormatString
使用する書式文字列。

戻り値の型

トーケン付きのラベルのために使用する文字列。
参照