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 (
String
)
Concatenates the elements of a specified
String
array.
Namespace:
System
Assembly:
mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
Copy
public
static
string
Concat
(
params
string
[]
values
)
Parameters
values
Type:
System
String
An array of string instances.
Return Value
Type:
String
The concatenated elements of
values
.
Exceptions
Exception
Condition
ArgumentNullException
values
is null.
OutOfMemoryException
Out of memory.
See Also
Reference
String Class
Concat Overload
System Namespace