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