C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
System
String Class
String Methods
Concat Method
Concat(T) Method (IEnumerable(T))
Concat Method (Object)
Concat Method (Object[])
Concat Method (IEnumerable(String))
Concat Method (String[])
Concat Method (Object, Object)
Concat Method (String, String)
Concat Method (Object, Object, Object)
Concat Method (String, String, String)
Concat Method (Object, Object, Object, Object, ...)
Concat Method (String, String, String, String)
String
Concat Method (IEnumerable
String
)
Concatenates the members of a constructed
IEnumerable
T
collection of type
String
.
Namespace:
System
Assembly:
mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
Copy
public
static
string
Concat
(
IEnumerable
<
string
>
values
)
Parameters
values
Type:
System.Collections.Generic
IEnumerable
String
A collection object that implements
IEnumerable
T
and whose generic type argument is
String
.
Return Value
Type:
String
The concatenated strings in
values
.
Exceptions
Exception
Condition
ArgumentNullException
values
is null.
See Also
Reference
String Class
Concat Overload
System Namespace