StringUtils.GetUrlEncodedKey

Retrieves a text by key from a UrlEncoded string.

public static string GetUrlEncodedKey(string urlEncoded,
	string key)

Return Value

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

Parameters

urlEncoded
UrlEncoded String

key
Key to retrieve text for


See also:

Class StringUtils

© West Wind Technologies, 1996-2020 • Updated: 07/15/20
Comment or report problem with topic