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.Page for C++