DioDocs for PDF
Join メソッド

GrapeCity.Documents.DX.Windows アセンブリ > GrapeCity.Documents.DX 名前空間 > DXUtil クラス : Join メソッド
The separator.
The enumerable.
String helper join method to display an enumrable of object as a single string.
シンタックス
'宣言
 
Public Shared Function Join( _
   ByVal separator As System.String, _
   ByVal elements As System.Collections.IEnumerator _
) As System.String
public static System.string Join( 
   System.string separator,
   System.Collections.IEnumerator elements
)

パラメータ

separator
The separator.
elements
The enumerable.

戻り値の型

A string with array elements serparated by the seperator.
参照

DXUtil クラス
DXUtil メンバ