Decodes URL-encoded string
Source position: httpdefs.pp line 758
function HTTPDecode( |
const AStr: string |
):string; |
AStr |
|
HTTP encoded string to decode |
Decoded HTTP string
HTTPDecode converts a URL-encoded string back to its original form, replacing percent-encoded characters with their actual values.
|
Encodes string for URL transmission |