Share via


String.Concat Method (Object[])

Concatenates the String representations of the objects contained in a specified Object array.

Namespace: System
Assembly: mscorlib (in mscorlib.dll)

Syntax

public static string Concat (
         Object[] args
)

Parameters

  • args
    The specified Object array.

Return Value

The concatenated String representations of the args values for the objects in the specified Object array.

Version Information

Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, 4.1, and 4.2.

See Also

Reference

String Class
String Members
System Namespace