For example if separator is ", " and the elements of value are "apple", "orange", "grape", and "pear", Join(separator, value) returns "apple, orange, grape, pear".
If separator is nullNothingnullptra null reference (Nothing in Visual Basic), the empty string (Empty) is used instead.