GlobalObject::unescape Method (Object^)
.NET Framework (current version)
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.
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
Available since 1.1
Show: