ComponentOne Bitmap for UWP
Join Method

C1.UWP.DX Assembly > C1.Util.DX Namespace > DXUtil Class : Join Method
The separator.
The enumerable.
String helper join method to display an enumrable of object as a single string.
Syntax
'Declaration
 
Public Shared Function Join( _
   ByVal separator As System.String, _
   ByVal elements As IEnumerator _
) As System.String
public static System.string Join( 
   System.string separator,
   IEnumerator elements
)

Parameters

separator
The separator.
elements
The enumerable.

Return Value

A string with array elements serparated by the seperator.
See Also

Reference

DXUtil Class
DXUtil Members