Application.DecodeURL Method

SharePoint Designer Developer Reference

Returns a String that represents a decoded Web address for the specified encoded Web address.

Syntax

expression.DecodeURL(bstrEncodedURL)

expression   Required. A variable that represents an Application object.

Parameters

Name Required/Optional Data Type Description
bstrEncodedURL Required String The encoded Web address to decode.

Return Value
String

Remarks

Decoding a URL includes replacing "%20" with spaces. Use the EncodeURL method to encode a Web address.

See Also