StringUtils.SetUrlEncodedKey

Allows setting of a text in a UrlEncoded string. If the key doesn't exist a new one is set, if it exists it's replaced with the new text.

public static string SetUrlEncodedKey(string urlEncoded,
	string key,
	string value)

Parameters

urlEncoded
A UrlEncoded string of key text pairs

key

value


See also:

Class StringUtils

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