String.Concat Method (String[])
Concatenates the objects contained in a specified String array.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Syntax
[MethodImplAttribute]
public static string Concat (
string[] values
)
Parameters
- values
An array of String objects.
Return Value
The concatenated objects listed in the values parameter for the specified String array.
Remarks
An empty string is used in place of any null reference in the array.
Version Information
Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, 4.1, and 4.2.