URLDECODE

The URLDECODE function decodes the x-www-form-url formatted input to a regular String.

Input/Output

Number of Connections: 1
InputData TypeDescription
Input1StringThe data to convert.

OutputData TypeDescription
Output1StringThe converted data.

Property

NameProperty TypeDescription
EncodingchoiceThe character code.
Auto Detect [(AutoDetect)] - Attempts to automatically determine the encoding type. The encoding type selected may not be that the user may have expected.
utf-8 [utf-8] - Unicode utf-8
shift_jis [shift_jis] - Shift JIS
euc-jp [euc-jp] - EUC-JP
iso-2022-jp [iso-2022-jp] - ISO-2022-JP
utf-16 [utf-16] - Unicode utf-16
SpaceAsPlusbooleanSpecifies whether converting "+" as a single-byte space.
true [true] - converts "+" to a single-byte space.
false [false] - Don't convert "+"

Topic

Example

PropertyOutput
Input 1Infoteria+Corp.Encodingutf-8Infoteria Corp.