GlobalObject::decodeURI Method (Object^)

 

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

Decodes the specified Uniform Resource Identifier (URI), accounting for reserved characters.

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

public:
[JSFunctionAttribute(JSFunctionAttributeEnum::None, JSBuiltin::Global_decodeURI)]
static String^ decodeURI(
	Object^ encodedURI
)

Parameters

encodedURI
Type: System::Object^

The URI to decode.

Return Value

Type: System::String^

The decoded version of encodedURI.

.NET Framework
Available since 1.1
Return to top
Show: