GroupLab Widget Tap Library

Path.Grammar.FormatHierarchyFromParts Method 

Concatenates path parts into a hierarchy, interleaving them with the current grammar's part delimiter character.

public virtual string FormatHierarchyFromParts(
   string[] parts
);

Parameters

parts
A list of path parts.

Return Value

A hierarchy formed out of the given parts.

See Also

Path.Grammar Class | GroupLab.WidgetTap Namespace