Ext..::..ToString<(Of <(<'T>)>)> Method
Converts the specified array to a String that
concatenates the each element of array across the specified
separator.
Namespace:
WebSocketSharpAssembly: C-DEngine (in C-DEngine.dll)
Syntax
Type Parameters
- T
- The type of elements in array.
Parameters
- array
- Type: array<T>[]()[][]
An array of T to convert.
Return Value
A String converted from array, or Empty if array is empty.Exceptions
Exception | Condition |
---|---|
ArgumentNullException | array is nullNothingnullptra null reference (Nothing in Visual Basic). |