System::String::SetCharAt 方法

String::SetCharAt method

在指定位置设置字符。

String & System::String::SetCharAt(int index, char_t ch)
参数类型描述
索引int用于设置字符的索引。
chchar_t在指定位置放置的字符。

ReturnValue

自身引用。

另见