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