![]() ![]() |
Reference Type: Supported, Category: Toolkit—HTTP Client Helper, ICR#: 5554
The $$ENCODE^XTHCURL extrinsic function encodes the query string. The $$MAKEURL^XTHCURL API uses this extrinsic function.
NOTE: This API was released with Kernel Toolkit Patch XT*7.3*123.
NOTE: XTHC* routines are part of the HTTP Client Helper application for
developers.
$$ENCODEURL^XTHCURL(str)
str: |
(required) String of data to be encoded. |
returns: |
Returns:
|
Example:
W $$ENCODE^XTHCURL("123+main+st.,Anycity,CA") 123%2Bmain%2Bst.%2CAnycity%2CCA |