[]
String helper join method to display an enumrable of object as a single string.
public static string Join(string separator, IEnumerator elements)
Type | Name | Description |
---|---|---|
string | separator | The separator. |
IEnumerator | elements | The enumerable. |
Type | Description |
---|---|
string | A string with array elements serparated by the seperator. |