Script..::..DecodeURI Method
The decodeURI() function decodes a Uniform Resource Identifier (URI) previously created by encodeURI or by a similar routine.
Namespace:
BridgeAssembly: Bridge (in Bridge.dll)
Syntax
[TemplateAttribute] public static string DecodeURI( string encodedURI )
<TemplateAttribute> _ Public Shared Function DecodeURI ( _ encodedURI As String _ ) As String
[TemplateAttribute] public: static String^ DecodeURI( String^ encodedURI )
Parameters
- encodedURI
- Type: System..::..String
A complete, encoded Uniform Resource Identifier.