Regex.Unescape Method
Silverlight
Unescapes any escaped characters in the input string.
Namespace: System.Text.RegularExpressions
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 null. |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
ADD
Show: