Converts any escaped characters in the input string.
Namespace: System.Text.RegularExpressionsAssembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax public static string Unescape(
string str
)
Parameters
- str
- Type: SystemString
The input string containing the text to convert.
Return Value
Type:
String
A string of characters with any escaped characters converted to their unescaped
form.
See Also