System::String::SetCharAt 方法
String::SetCharAt method
在指定位置设置字符。
String & System::String::SetCharAt(int index, char_t ch)
| Parameter | Type | 描述 |
|---|---|---|
| 索引 | int | 设置字符位置的索引。 |
| ch | char_t | 要放置在指定位置的字符。 |
ReturnValue
自身引用。
另见
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++