System::String::SetCharAt methode
String::SetCharAt method
Stelt het teken in op de opgegeven positie.
String & System::String::SetCharAt(int index, char_t ch)
| Parameter | Type | Beschrijving |
|---|---|---|
| index | int | Index om teken in te stellen op. |
| ch | char_t | Teken om te plaatsen op de opgegeven positie. |
ReturnValue
Zelfreferentie.
Zie ook
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++