|
Reference Type: Supported, Category: Toolkit—HTTP Client Helper, ICR#: 5555
The $$DECODE^XTHCUTL extrinsic function is used with the HTTP/1.1 Client. It decodes one string replacing the following:
NOTE: XTHC* routines are part of the HTTP Client Helper application for developers.
NOTE: This API was released with Kernel Toolkit Patch XT*7.3*123.
$$DECODE^XTHCUTL(str)
| str: |
(required) String to be decoded. |
| returns: |
Returns:
|
$$DECODE^XTHCUTL("123%2Bmain%2Bst.%2CAnytown%2CCA")
123%2Bmain%2Bst.%2CAnytown%2CCA
|