Click or drag to resize

StringUtilsGetUrlEncodedKey Method

Retrieves a value by key from a UrlEncoded string.

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

Parameters

urlEncoded
Type: SystemString
UrlEncoded String
key
Type: SystemString
Key to retrieve value for

Return Value

Type: String
returns the value or "" if the key is not found or the value is blank
See Also