System::String::SetCharAt méthode
String::SetCharAt method
Définit le caractère à la position spécifiée.
String & System::String::SetCharAt(int index, char_t ch)
| Paramètre | Type | Description |
|---|---|---|
| indice | int | Indice où définir le caractère. |
| ch | char_t | Caractère à placer à la position spécifiée. |
ReturnValue
Référence à soi-même.
Voir aussi
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++