public:
static LStr255 URLDecodeString(LStr255& inResource);
decodes a URL encoded Pascal String
Result: a URL decoded LStr255 object
Name Description inResource the string to decoded
public:
static std::string URLDecodeString(std::string& inResource);
decodes a URL encoded C String
Result: a URL decoded std::string object
Name Description inResource the string to decoded
public:
static LStr255 URLEncodeString(LStr255& inResource);
encodes a pascal string so it is safe to be used in a URL
Result: a URL encoded LStr255 object
Name Description inResource the string to encoded
public:
static std::string URLEncodeString(std::string& inResource);
encodes a C string so it is safe to be used in a URL
Result: a URL encoded std::string object
Name Description inResource the string to encoded
© 1999-2000, Thomas Bednarz, Jr. (Last Updated 7/16/2000)