System::Text::StringBuilder::operator[] 方法
StringBuilder::operator[] method
获取指定位置的字符。
char_t System::Text::StringBuilder::operator[](int index) const
| 参数 | 类型 | 描述 |
|---|---|---|
| 索引 | int | 构建器中的位置。 |
ReturnValue
指定位置的字符。
另见
- Class StringBuilder
- Namespace System::Text
- Library Aspose.Font for C++