System::String::operator[] method
String::operator[] method
Gets character at specified position.
char_t System::String::operator[](int index) const
Parameter | Type | Description |
---|---|---|
index | int | Index to get character from. |
ReturnValue
Character at specified position or 0xffff if out of bounds.
See Also
- Class String
- Namespace System
- Library Aspose.Font for C++