XMLFormat
Formats a string so that special XML characters can be used as text in XML
Method Signature
Arguments
Argument | Type | Required | Description | Default |
---|---|---|---|---|
|
|
| The string to format | |
|
|
| whether to escape additional characters restricted as per XML standards. For details, see http://www.w3.org/TR/2006/REC-xml11-20060816/#NT-RestrictedChar. |
|
Examples
Related
Last updated