Retrieves a value by key from a UrlEncoded string.

Syntax:

public static string GetUrlEncodedKey( string UrlEncodedString,
	string Key );
Return: returns the value or "" if the key is not found or the value is blank
Parameters: UrlEncodedString
UrlEncoded String

Key
Key to retrieve value for

See also:

Class wwUtils


Last Updated: 1/28/2007 | Send topic feedback