C-DEngine 5.105

Ext..::..UrlDecode Method

URL-decodes the specified String.

Namespace:  WebSocketSharp
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static string UrlDecode(
	string value
)
Public Shared Function UrlDecode ( _
	value As String _
) As String
public:
static String^ UrlDecode(
	String^ value
)

Parameters

value
Type: String
A String to decode.

Return Value

A String that receives the decoded string, or the value if it's nullNothingnullptra null reference (Nothing in Visual Basic) or empty.