WildcardPattern.Unescape(String) Method

Definition

Unescapes any escaped characters in the input string.

public:
 static System::String ^ Unescape(System::String ^ pattern);
public:
 static Platform::String ^ Unescape(Platform::String ^ pattern);
 static std::wstring Unescape(std::wstring const & pattern);
public static string Unescape (string pattern);
static member Unescape : string -> string
Public Shared Function Unescape (pattern As String) As String

Parameters

pattern
String

The input string containing the text to convert.

Returns

A string of characters with any escaped characters converted to their unescaped form.

Exceptions

If pattern is null.

Applies to