The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



URLDecode


Unit: SDL_htmlsupport
Class: none
Declaration: function URLDecode (InString: string): string;

Percent encoding, also known as URL encoding, is a mechanism for encoding information in a Uniform Resource Identifier (URI) under certain circumstances. More on URL encoding can be found in WikiPedia.

The function URLDecode decodes the percent encoded string Instring and returns it as function value.


Last Update: 2023-Feb-06