An NDoc Documented Class Library

PathUtil.Implode Method (String[], Int32, Int32)

Combines parts into a single path.

public static string Implode(
   string[] parts,
   int start,
   int length
);

Parameters

parts
Parts
start
Start at part
length
Number of parts to combine

Return Value

Single path

See Also

PathUtil Class | EnterpriseDT.Util Namespace | PathUtil.Implode Overload List