Mount Fuji Engine  0.8b
MF_API const char* MFStr_URLEncodeString ( const char *  pString,
const char *  pExcludeChars = NULL 
)

Encodes a string for use in a URL or HTTP 'POST' content.

Parameters
pStringString to encode.
pExcludeCharsA string containing characters to be excluded from URL encoding.
Returns
The URL encoded string.
Remarks
The pointer returned is in the MFStr buffer. If persistence is desired, the client should take a copy.