Método System::String::operator[]
String::operator[] method
Obtiene el carácter en la posición especificada.
char_t System::String::operator[](int index) const
| Parámetro | Tipo | Descripción |
|---|---|---|
| index | int | Index para obtener el carácter de. |
ReturnValue
Carácter en la posición especificada o 0xffff si está fuera de los límites.
Ver también
- Class String
- Namespace System
- Library Aspose.PDF for C++