|
NanoXLSX.Core 3.0.0-rc.3
|
Class providing static methods to manipulate XML during packing or unpacking. More...
Static Public Member Functions | |
| static string | SanitizeXmlValue (string input) |
| Method to sanitize XML string values between two XML tags or in an attribute. Not considered are '<', '>' and '&' since these characters are automatically escaped on writing XML. | |
Class providing static methods to manipulate XML during packing or unpacking.
Definition at line 17 of file XmlUtils.cs.
|
static |
Method to sanitize XML string values between two XML tags or in an attribute. Not considered are '<', '>' and '&' since these characters are automatically escaped on writing XML.
| input | Input string to process |
Definition at line 25 of file XmlUtils.cs.