Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Concatenation refers to the operation of appending one sequence to another.
The following illustration depicts a concatenation operation on two sequences of characters.
.png)
The standard query operator methods that perform concatenation are listed in the following section.
Methods
Method Name |
Description |
C# Query Expression Syntax |
Visual Basic Query Expression Syntax |
More Information |
|---|---|---|---|---|
Concat |
Concatenates two sequences to form one sequence. |
Not applicable. |
Not applicable. |
See Also
Tasks
How to: Combine and Compare String Collections (LINQ)