GroupLab Widget Tap Library

Path.Grammar.EscapeComponent Method 

Escapes all special characters in a string.

protected static string EscapeComponent(
   string s,
   char escapingChar,
   char[] escapableChars
);

Parameters

s
A string.
escapingChar
Character used to escape special characters.
escapableChars
A set of special characters that must be escaped.

Return Value

The string with all special characters escaped.

See Also

Path.Grammar Class | GroupLab.WidgetTap Namespace