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