Encodes a string for use in a URL or HTTP 'POST' content.
- Parameters
-
| pDest | Output buffer, may be NULL. |
| pString | String to encode. |
| pExcludeChars | A string containing characters to be excluded from URL encoding. |
- Returns
- Return the length of the output string, excluding the terminating NULL.