Namespace: iTextSharp.text.xml.simpleparser
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public static string EscapeXML(
	string s,
	bool onlyASCII
)
Visual Basic
Public Shared Function EscapeXML ( _
	s As String, _
	onlyASCII As Boolean _
) As String
Visual C++
public:
static String^ EscapeXML(
	String^ s, 
	bool onlyASCII
)

Parameters

s
Type: System..::..String
onlyASCII
Type: System..::..Boolean

See Also