Click or drag to resize
UtilitiesUrlDecode Method
Convert the %-encoded string into a string, interpreting %-escape sequences as UTF-8 characters

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public static string UrlDecode(
	string sInput
)

Parameters

sInput
Type: SystemString
%-encoded string

Return Value

Type: String
Unencoded string
See Also