System::String::Insert メソッド

String::Insert method

指定された位置に部分文字列を挿入します。

String System::String::Insert(int startIndex, const String &value) const
パラメーター説明
startIndexintこの文字列で挿入を開始するインデックス。
valueconst String&挿入文字列。

ReturnValue

String with insertion done.

参照