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