SecurityElementStatic: Escape |
Replaces the set of invalid XML characters in a string to their xml representations.
Public Function Escape( ByRef Text As String ) As String
This replaces the following characters:
"&" = & "<" = < ">" = > Double Quote = " Single Quote = '