String..::..Concat Method (array<Object>[]()[][])
Concatenates the string representations of the elements in a specified Object array.
Namespace:
SystemAssembly: 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
Exception | Condition |
---|---|
System..::..ArgumentNullException | args is null. |
System..::..OutOfMemoryException | Out of memory. |