Click or drag to resize
XmlUtilisXmlName Method (String)
Returns whether the specified string conforms to the Name production in the XML 1.0 grammar.

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

Parameters

str
Type: SystemString
the string to be checked

Return Value

Type: Boolean
true
if the string is an XML 1.0 Name,
false
if it is not
Bibliography