C-DEngine 5.105

TheCommonUtils..::..cdeUnESCXML Method

Remove XML special character escapes.

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

Syntax


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

Parameters

strInput
Type: String

Return Value

The converted string.

Remarks


Modify a string to convert any escaped XML characters back to their regular, unescaped value. Supported characters include ampersand, less than, greater than, quote, and apostrophe ("&", ">", "<", &"&, and "&").