列挙可能なオブジェクトを単一の文字列として表示する文字列ヘルパーメソッド。
シンタックス
'宣言
Public Shared Function Join( _
ByVal As System.String, _
ByVal As System.Collections.IEnumerator _
) As System.String
public static System.string Join(
System.string ,
System.Collections.IEnumerator
)
パラメータ
- separator
- セパレーター。
- elements
- 列挙可能。
戻り値の型
セパレータで区切られた配列要素を含む文字列。
参照