C-DEngine 5.105

TheCommonUtils..::..cdeESCXMLwBR Method

Add escapes for XML special characters plus newline break.

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

Syntax


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

Parameters

strInput
Type: String
The input string.

Return Value

The converted string.

Remarks


Modify a string to convert XML delimiter characters into their safe equivalent. Supported characters include ampersand, less than, greater than, quote, and apostrophe ("&", ">", "<", &"&, and "&"). Also supported is the %BR% character.