URL-decodes a string from URL encoding
Source position: fphttpclient.pp line 513
function DecodeURLElement( |
const S: AnsiString |
):AnsiString; |
const S: UnicodeString |
S |
|
The URL-encoded string to decode |
The decoded string
S |
|
The URL-encoded string to decode |
Decodes percent-encoded sequences in a URL-encoded string back to their original characters.
|
URL-encodes a string for use in URLs |