System::String::operator[] 메서드
String::operator[] method
지정된 위치의 문자를 가져옵니다.
char_t System::String::operator[](int index) const
| 매개변수 | 형식 | 설명 |
|---|---|---|
| index | int | 문자를 가져올 인덱스. |
ReturnValue
지정된 위치의 문자 또는 범위를 벗어나면 0xffff.
또 보기
- Class String
- Namespace System
- Library Aspose.Page for C++