GlobalObject::unescape Method (Object^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Converts % escaped characters (@, *, _, +, -, ., /) in the specified string to their original form. The escaped characters are expressed in Unicode notation.

Namespace:   Microsoft.JScript
Assembly:  Microsoft.JScript (in Microsoft.JScript.dll)

public:
[NotRecommended("unescape")]
[JSFunctionAttribute(JSFunctionAttributeEnum::None, JSBuiltin::Global_unescape)]
static String^ unescape(
	Object^ string
)

Parameters

string
Type: System::Object^

The string to convert.

Return Value

Type: System::String^

A new copy of string in which the escaped characters are converted to their original form.

.NET Framework
Available since 1.1
Return to top
Show: