バージョン

replaceKeywords メソッド

書式文字列のキーワードを置換して、結果のテキストを返します。
シンタックス
'宣言
 
Public Shared Function replaceKeywords( _
   ByVal environment As Hashtable, _
   ByVal str As String _
) As String
public static string replaceKeywords( 
   Hashtable environment,
   string str
)

パラメータ

environment
キーワードを一致させる現在の設定を含む環境ハッシュ。
str
テキスト文字列に変換する書式文字列。

戻り値の型

environmentからキーワードが取り除かれ、書式設定とテキスト文字列への変換が完了した書式文字列。
参照