System::String::operator[] metod
String::operator[] method
Hämtar tecken på angiven position.
char_t System::String::operator[](int index) const
| Parameter | Type | Beskrivning |
|---|---|---|
| index | int | Index att hämta tecken från. |
ReturnValue
Tecken på angiven position eller 0xffff om utanför gränserna.
Se även
- Class String
- Namespace System
- Library Aspose.Page for C++