System::String::Insert 方法

String::Insert method

在指定位置插入子串。

String System::String::Insert(int startIndex, const String &value) const
参数类型描述
startIndexint在此字符串中开始插入的索引。
const String&插入字符串。

ReturnValue

String with insertion done.

另见