GroupLab Widget Tap Library

Path.Grammar.FormatPartFromPieces Method 

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

public virtual string FormatPartFromPieces(
   string[] pieces
);

Parameters

pieces
A list of pieces.

Return Value

A path part formed out of the given pieces.

See Also

Path.Grammar Class | GroupLab.WidgetTap Namespace