System::String::SetCharAt metodo
String::SetCharAt method
Imposta il carattere nella posizione specificata.
String & System::String::SetCharAt(int index, char_t ch)
| Parametro | Tipo | Descrizione |
|---|---|---|
| indice | int | Indice per impostare il carattere. |
| ch | char_t | Carattere da inserire nella posizione specificata. |
ReturnValue
Riferimento a se stesso.
Vedi anche
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++