Internet Direct (Indy) Version 9.0.2 Beta
|
class function URLDecode(ASrc: string): string;
URLDecode can used to reverse any string encoding performed using URLEncode.
URLDecode converts all occurrances of the '+' character to ' ' (Space) (Decimal 32). URLDecode reads any values represented as a hexadecimal character triplet consisting of the "%" character followed by the two-digit hexadecimal value for the octet, and returns the value to its US-ASCII representation.