Click or drag to resize

StringUtilsUrlDecode Method

UrlDecodes a string without requiring System.Web

Namespace:  Koden.Utils
Assembly:  Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntax
public static string UrlDecode(
	string text
)

Parameters

text
Type: SystemString
String to decode.

Return Value

Type: String
decoded string
See Also