System::Text::StringBuilder::operator[] 메서드
StringBuilder::operator[] method
지정된 위치의 문자를 가져옵니다.
char_t System::Text::StringBuilder::operator[](int index) const
| 매개변수 | 형식 | 설명 |
|---|---|---|
| index | int | 빌더 내 위치. |
ReturnValue
지정된 위치의 문자.
또 보기
- Class StringBuilder
- Namespace System::Text
- Library Aspose.Page for C++