C-DEngine 5.105

TheCommonUtils..::..cdeEscapeString Method

Add web address URL encoding.

Namespace:  nsCDEngine.BaseClasses
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static string cdeEscapeString(
	string strInput
)
Public Shared Function cdeEscapeString ( _
	strInput As String _
) As String
public:
static String^ cdeEscapeString(
	String^ strInput
)

Parameters

strInput
Type: String
The input string.

Return Value

A string without invalid URL characters.

Remarks


Modify a string to make it suitable for use in a URL. For example, the space character becomes %20.