Pascal Scripting: ConvertPercentStr
Prototype:
function ConvertPercentStr(var S: String): Boolean;
Description:
Expands all %-encoded characters in the string (see RFC 2396). Returns True if all were successfully expanded.
function ConvertPercentStr(var S: String): Boolean;
Expands all %-encoded characters in the string (see RFC 2396). Returns True if all were successfully expanded.