PathEscaper.Unescape

Static Method in PathEscaper

Declaration

public static string Unescape(string path)

Description

Unescapes the path.

Parameters

pathThe path to unescape.

Returns

stringThe unescaped path.

Overload

Declaration

public static string Unescape(string path, Regex regex)

Description

Unescapes the path.

Parameters

pathThe path to unescape.
regexThe unescape regex to use.

Returns

stringThe unescaped path.