GroupLab Widget Tap Library

Path.Grammar.SplitPartIntoPieces Method 

Splits a path part into a collection of pieces using the current grammar's piece delimiter character.

public virtual string[] SplitPartIntoPieces(
   string part
);

Parameters

part
A path part, i.e., a substring of a path.

Return Value

A list of pieces i.e., substrings of the path part.

See Also

Path.Grammar Class | GroupLab.WidgetTap Namespace