Functions



URLDecodeString

   public:

static LStr255 URLDecodeString(LStr255& inResource);

decodes a URL encoded Pascal String

Parameters

NameDescription
inResourcethe string to decoded
Result: a URL decoded LStr255 object

URLDecodeString

   public:

static std::string URLDecodeString(std::string& inResource);

decodes a URL encoded C String

Parameters

NameDescription
inResourcethe string to decoded
Result: a URL decoded std::string object

URLEncodeString

   public:

static LStr255 URLEncodeString(LStr255& inResource);

encodes a pascal string so it is safe to be used in a URL

Parameters

NameDescription
inResourcethe string to encoded
Result: a URL encoded LStr255 object

URLEncodeString

   public:

static std::string URLEncodeString(std::string& inResource);

encodes a C string so it is safe to be used in a URL

Parameters

NameDescription
inResourcethe string to encoded
Result: a URL encoded std::string object

© 1999-2000, Thomas Bednarz, Jr. — (Last Updated 7/16/2000)