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,
	int length
)
Visual Basic
Public Shared Function Implode ( _
	parts As String(), _
	start As Integer, _
	length As Integer _
) As String
Visual C++
public:
static String^ Implode(
	array<String^>^ parts, 
	int start, 
	int length
)

Parameters

parts
Type: array<System..::..String>[]()[][]
Parts
start
Type: System..::..Int32
Start at part
length
Type: System..::..Int32
Number of parts to combine

Return Value

Single path

See Also