Unencode

Mon 01 January 2018

Syntax

Unencode(URLString)

Description

Use the Unencode function to unencode URLString , converting all character codes of the form %xx where xx is a hex number, to the character represented by that number.

Parameters

Field or Control

Definition

URLString

Specify the string you want unencoded. This parameter takes a string value.

Returns

An unencoded URL string.