String helper join method to display an enumrable of object as a single string.
'宣言
Public Shared Function Join( _
ByVal As System.String, _
ByVal As IEnumerator _
) As System.String
public static System.string Join(
System.string ,
IEnumerator
)
パラメータ
- separator
- The separator.
- elements
- The enumerable.
戻り値の型
A string with array elements serparated by the seperator.