C-DEngine 5.105

Ext..::..UrlEncode Method

URL-encodes the specified String.

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

Syntax


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

Parameters

value
Type: String
A String to encode.

Return Value

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