Decodes an URL string.

Namespace: MonoSoftware.Web
Assembly: MonoSoftware.Web (in MonoSoftware.Web.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
public static string UrlDecode(
	string decode
)
Visual Basic
Public Shared Function UrlDecode ( 
	decode As String
) As String
Visual C++
public:
static String^ UrlDecode(
	String^ decode
)
F#
static member UrlDecode : 
        decode : string -> string 

Parameters

decode
Type: System..::..String
String to decode.

Return Value

Type: String
URL-decoded string.

See Also