Characters.Insert(String) 方法

定义

在所选的字符前面插入一个字符串。

public:
 System::Object ^ Insert(System::String ^ String);
public object Insert (string String);

参数

String
String

必需的 字符串 。 要插入的字符串。

返回

适用于