URLENCODE

The URLENCODE function converts the input string to the x-www-form-url encoding format.

Input/Output

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

OutputData TypeDescription
Output1StringThe converted x-www-form-url encoded form.

Property

NameProperty TypeDescription
EncodingchoiceThe character code.
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 use "+" as a single-byte space.
true [true] - converts a single-byte space to "+".
false [false] - converts a single-byte space to "%20"

Topic

Example

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