Retrieves a value by key from a UrlEncoded string.
public static string GetUrlEncodedKey(string urlEncodedString, string key)
Return Value
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 WebUtils© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic