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