| UriUtilityUriDecode Method |
| Name | Description | |
|---|---|---|
| UriDecode(String) |
Decodes the text of a URI by unescaping any percent-encoded character sequences and
then evaluating the result using the default UTF8 encoding.
| |
| UriDecode(String, Encoding) |
Decodes the text of a URI by unescaping any percent-encoded character sequences and
then evaluating the result using the specified encoding.
|