MoneyWorks Manual
Edit
!--sphider_noindex-->
URLDecode (text)
Return type: text
Definition: Converts %xx in a string back to the character it represents.
Example: URLDecode("%F0%9F%98%8E") → "😎"
See Also:
Base64Decode: String from a base64 encoding
Base64Encode: Base64 of a string
Curl_AsyncExec: Execute a CURL session on a background thread
Curl_Close: Finish with a CURL session
Curl_Exec: Execute a CURL session
Curl_GetInfo: Get information about a CURL transfer
Curl_GetOpt: Get a handle from a curl handle
Curl_Init: Start a CURL session
Curl_StrError: Get an error message from a CURL object
URLEncode: Convert url unsafe characters in a string to "%xx”