GroupLab Widget Tap Library

Path.Grammar.EscapePiece Method 

Escapes the special characters in a piece, using the current grammar's escaping character and array of escapable characters.

public virtual string EscapePiece(
   string piece
);

Parameters

piece
A piece.

Return Value

A copy of the given piece with all special characters escaped.

See Also

Path.Grammar Class | GroupLab.WidgetTap Namespace