GroupLab Widget Tap Library

Path.Grammar.GetStartOfNextDelimitedComponent Method 

Scans a string to find the start of the next path part.

protected static int GetStartOfNextDelimitedComponent(
   string s,
   int startIndex,
   char escapingChar,
   char delimiterChar
);

Parameters

s
A string.
startIndex
Index of the first character in the string to examine.
escapingChar
Character used to escape special characters in the string.
delimiterChar
Character used to delimit path components.

Return Value

The index of the start of the path component that begins at or after the specified start index.

See Also

Path.Grammar Class | GroupLab.WidgetTap Namespace