StringUtils.GetUrlEncodedKey

Retrieves a value by key from a UrlEncoded string.

public static string GetUrlEncodedKey(string urlEncoded,
	string key)

Return Value

returns the value or "" if the key is not found or the value is blank

Parameters

urlEncoded
UrlEncoded String

key
Key to retrieve value for


See also:

Class StringUtils

© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic