Using Join method of String Class.
Code:
String.Join(";", MyArray)
Code:
String.Join(";", MyArrayList.ToArray(GetType(String)))