System::String::Insert 方法
String::Insert method
在指定位置插入子串。
String System::String::Insert(int startIndex, const String &value) const
| 参数 | 类型 | 描述 |
|---|---|---|
| startIndex | int | 在此字符串中开始插入的索引。 |
| 值 | const String& | 插入字符串。 |
ReturnValue
String with insertion done.
另见
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++