PathEscaper.Unescape
Static Method in PathEscaper
Declaration
public static string Unescape(string path)Description
Unescapes the path.
Parameters
| path | The path to unescape. |
Returns
| string | The unescaped path. |
Overload
Declaration
public static string Unescape(string path, Regex regex)Description
Unescapes the path.
Parameters
| path | The path to unescape. |
| regex | The unescape regex to use. |
Returns
| string | The unescaped path. |