ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / DXUtil Class / Join Method
The separator.
The enumerable.

In This Topic
    Join Method
    In This Topic
    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