System::String::SetCharAt メソッド

String::SetCharAt method

指定位置に文字を設定します。

String & System::String::SetCharAt(int index, char_t ch)
パラメーター説明
インデックスint文字を設定するインデックス。
chchar_t指定された位置に置く文字。

ReturnValue

自己参照。

参照