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