StringUtils.SetUrlEncodedKey

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

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

Parameters

urlEncoded
A UrlEncoded string of key value pairs

key

value


See also:

Class StringUtils

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