Click or drag to resize
XmlUtilisXmlValid Method
Return true if all of the characters in the passed string are valid XML characters.

Namespace: DXMLBase.Xml
Assembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static bool isXmlValid(
	string str
)

Parameters

str
Type: SystemString
The string to check.

Return Value

Type: Boolean
true if all characters are valid XML.
See Also