The EscapeXml function replaces invalid XML characters (ampersand, less than, greater than, quote, and apostrophe) in a string with their valid XML equivalent.
Syntax
|
The EscapeXml function replaces invalid XML characters (ampersand, less than, greater than, quote, and apostrophe) in a string with their valid XML equivalent. |
|
EscapeXml(string) |
|
Arguments: |
|
|
string |
String - The string to convert. |
Remarks
- Example: EscapeXml("<address>Hollywood & Vine</address>") returns "<address>Hollywood & Vine</address>".
Comments
0 comments
Article is closed for comments.