Click or drag to resize
XmlUtilisQName Method
Returns whether the passed string conforms to the QName production found in XML Names: http://www.w3.org/TR/REC-xml-names

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

Parameters

name
Type: SystemString
The string to check for conformance to QName.

Return Value

Type: Boolean
true if the string conforms to the QName production.
See Also