Combines parts into a single path.

Namespace: EnterpriseDT.Util
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
public static string Implode(
	string[] parts,
	int start
)
Visual Basic
Public Shared Function Implode ( _
	parts As String(), _
	start As Integer _
) As String
Visual C++
public:
static String^ Implode(
	array<String^>^ parts, 
	int start
)

Parameters

parts
Type: array<System..::..String>[]()[][]
Parts
start
Type: System..::..Int32
Start at part

Return Value

Single path

See Also