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-2024 • Updated: 06/29/24
Comment or report problem with topic