méthode System::String::operator[]
String::operator[] method
Obtient le caractère à la position spécifiée.
char_t System::String::operator[](int index) const
| Paramètre | Type | Description |
|---|---|---|
| indice | int | Indice pour obtenir le caractère. |
ReturnValue
Caractère à la position spécifiée ou 0xffff si hors limites.
Voir aussi
- Class String
- Namespace System
- Library Aspose.Font for C++