Bridge

Script..::..DecodeURIComponent Method

The decodeURIComponent() method decodes a Uniform Resource Identifier (URI) component previously created by encodeURIComponent or by a similar routine.

Namespace:  Bridge
Assembly:  Bridge (in Bridge.dll)

Syntax


[TemplateAttribute]
public static string DecodeURIComponent(
	string encodedURI
)
<TemplateAttribute> _
Public Shared Function DecodeURIComponent ( _
	encodedURI As String _
) As String
[TemplateAttribute]
public:
static String^ DecodeURIComponent(
	String^ encodedURI
)

Parameters

encodedURI
Type: System..::..String
An encoded component of a Uniform Resource Identifier.

Return Value