Click or drag to resize
UriUtilityUriDecode Method
This API is preliminary and subject to change.
Overload List
  NameDescription
Public methodStatic memberUriDecode(String)
Decodes the text of a URI by unescaping any percent-encoded character sequences and then evaluating the result using the default UTF8 encoding.
Public methodStatic memberUriDecode(String, Encoding)
Decodes the text of a URI by unescaping any percent-encoded character sequences and then evaluating the result using the specified encoding.
Top
See Also