Add escapes for XML special characters plus newline break.
Namespace:
nsCDEngine.BaseClasses
Assembly:
C-DEngine (in C-DEngine.dll)
Public Shared Function cdeESCXMLwBR ( _
strInput As String _
) As String
Parameters
- strInput
- Type: String
The input string.
Return Value
The converted string.
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.