uri_decode


Description:


[ Version ( replacement = "URI.decode" ) ]
public string uri_decode (string part)

Fully typeof (unichar2)-decodes part .

In the past, this would return null if part contained invalid percent-encoding, but now it just ignores the problem (as URI already did).

Parameters:

part

a URI part

Returns:

the decoded URI part.


Namespace: Soup
Package: libsoup-2.4