バージョン

ReplaceFirst メソッド

string ユーティリティ メソッド。
シンタックス
'宣言
 
Public Shared Function ReplaceFirst( _
   ByVal source As System.String, _
   ByVal find As System.String, _
   ByVal replace As System.String _
) As System.String
public static System.string ReplaceFirst( 
   System.string source,
   System.string find,
   System.string replace
)

パラメータ

source
置換するソース文字列。
find
検索文字列。
replace
置き換えとして使用する文字列。
参照

オンラインで表示: GitHub