Bridge

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

Concatenates the elements of a specified String array.

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

Syntax


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

Parameters

strings
Type: array<System..::..String>[]()[][]

Return Value

The concatenated elements of values.

Exceptions


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