Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Concatenation refers to the operation of appending one sequence to another.
The following illustration depicts a concatenation operation on two sequences of characters.
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)