LowLevel.EscapeXmlAttributeChars Method

PicoXLSX

PicoXLSX

LowLevelEscapeXmlAttributeChars Method

Method to escape XML characters in an XML attribute

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
Syntax
C#
public static string EscapeXmlAttributeChars(
	string input
)

Parameters

input
Type: SystemString
Input string to process

Return Value

Type: String
Escaped string
See Also