Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Unescapes any escaped characters in the provided string.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Public Shared Function Unescape ( _
input As String _
) As String
public static string Unescape(
string input
)
public:
static String^ Unescape(
String^ input
)
static member Unescape :
input:string -> string
public static function Unescape(
input : String
) : String
Parameters
- input
Type: System.String
The string to unescape.
Return Value
Type: System.String
A string with escaping removed.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.