C-DEngine 5.105

TheCommonUtils..::..cdeUnescapeString Method

Remove web address URL encoding.

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

Syntax


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

Parameters

strInput
Type: String
The input string.

Return Value

A string with any percent encoded characters.

Remarks


This function modifies a string to remove any percent encoding and return the string to its original, unencoded form. For example, %20 becomes the space character.