System::String::Insert 方法

String::Insert method

在指定位置插入子串。

String System::String::Insert(int startIndex, const String &value) const
ParameterType描述
startIndexint在此字符串中开始插入的索引位置。
valueconst String&插入字符串。

ReturnValue

String with insertion done.

另见