Bridge

String..::..Concat Method (array<Object>[]()[][])

Concatenates the string representations of the elements in a specified Object array.

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

Syntax


[TemplateAttribute]
public static string Concat(
	params Object[] objects
)
<TemplateAttribute> _
Public Shared Function Concat ( _
	ParamArray objects As Object() _
) As String
[TemplateAttribute]
public:
static String^ Concat(
	... array<Object^>^ objects
)

Parameters

objects
Type: array<System..::..Object>[]()[][]

Return Value

The concatenated string representations of the values of the elements in args.

Exceptions


ExceptionCondition
System..::..ArgumentNullExceptionargs is null.
System..::..OutOfMemoryExceptionOut of memory.