URL-encodes a string for use in URLs
Source position: fphttpclient.pp line 511
function EncodeURLElement( |
const S: AnsiString |
):AnsiString; |
const S: UnicodeString |
S |
|
The string to URL-encode |
The URL-encoded string
S |
|
The string to URL-encode |
Encodes special characters in a string to make it safe for use in URLs by replacing them with percent-encoded sequences.
|
URL-decodes a string from URL encoding |