UtilWebUrlDecode Method
Decodes a Url-encoded string.
Namespace: DevCase.Core.Networking.CommonAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static string UrlDecode(
string url
)
Public Shared Function UrlDecode (
url As String
) As String
Dim url As String
Dim returnValue As String
returnValue = UtilWeb.UrlDecode(url)
public:
static String^ UrlDecode(
String^ url
)
static member UrlDecode :
url : string -> string
No code example is currently available or this language may not be supported.
- url String
-
The Url to decode.
String
The resulting decoded Url.
This is a code example.
No code example is currently available or this language may not be supported.
Dim decoded As String = UrlDecode("http%3a%2f%2fwww.website.com%2fpage.asp%3fid%3d5%26test%3dHello+World")
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.