Click or drag to resize
RegexUnescape Method
Converts any escaped characters in the input string.

Namespace: System.Text.RegularExpressions
Assembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax
C#
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