Click or drag to resize

StringUtilsSetUrlEncodedKey Method

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.

Namespace:  Koden.Utils
Assembly:  Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntax
public static string SetUrlEncodedKey(
	string urlEncoded,
	string key,
	string value
)

Parameters

urlEncoded
Type: SystemString
A UrlEncoded string of key value pairs
key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Koden.Utils.StringUtils.SetUrlEncodedKey(System.String,System.String,System.String)"]

value
Type: SystemString

[Missing <param name="value"/> documentation for "M:Koden.Utils.StringUtils.SetUrlEncodedKey(System.String,System.String,System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Koden.Utils.StringUtils.SetUrlEncodedKey(System.String,System.String,System.String)"]

See Also