LowLevel.EscapeXmlAttributeChars Method

NanoXLSX

NanoXLSX

LowLevelEscapeXmlAttributeChars Method

Method to escape XML characters in an XML attribute

Namespace:  NanoXLSX.LowLevel
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
public static string EscapeXmlAttributeChars(
	string input
)

Parameters

input
Type: SystemString
Input string to process

Return Value

Type: String
Escaped string
See Also