Characters.Insert(String) Method

Definition

Inserts a string preceding the selected characters.

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

Parameters

String
String

Required String. The string to insert.

Returns

Applies to