Regex.Unescape Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Unescapes any escaped characters in the input string.
Assembly: System (in System.dll)
Parameters
- str
- Type: System.String
The input string containing the text to convert.
Return Value
Type: System.StringA string of characters with any escaped characters converted to their unescaped form.
| Exception | Condition |
|---|---|
| ArgumentNullException | str is Nothing. |
Show: