UtilitiesUrlDecode Method |
Convert the %-encoded string into a string, interpreting %-escape sequences as UTF-8 characters
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static string UrlDecode(
string sInput
)
Public Shared Function UrlDecode (
sInput As String
) As String
public:
static String^ UrlDecode(
String^ sInput
)
Parameters
- sInput
- Type: SystemString
%-encoded string
Return Value
Type:
StringUnencoded string
See Also