OpenTypeMethods.Concat(Object, Object) Méthode

Définition

Concatène deux valeurs de chaîne.

public:
 static System::Object ^ Concat(System::Object ^ first, System::Object ^ second);
public static object Concat (object first, object second);
static member Concat : obj * obj -> obj
Public Shared Function Concat (first As Object, second As Object) As Object

Paramètres

first
Object

Première chaîne.

second
Object

Seconde chaîne.

Retours

Nouvelle instance qui est la chaîne concaténée.

S’applique à