System::String::SetCharAt 方法

String::SetCharAt method

在指定位置设置字符。

String & System::String::SetCharAt(int index, char_t ch)
ParameterType描述
索引int设置字符位置的索引。
chchar_t要放置在指定位置的字符。

ReturnValue

自身引用。

另见