Click or drag to resize
XmlUtilisNCNameChar Method
Returns whether the specified character conforms to the NCNameChar production in the XML Namespace grammar. Such a character is allowed as the second or subsequent character in an XML 1.0 name.

Namespace: DXMLBase.Xml
Assembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static bool isNCNameChar(
	char ch
)

Parameters

ch
Type: SystemChar
the character to be checked

Return Value

Type: Boolean
true
if the character is an XML 1.0 NameChar,
false
if it is not
Bibliography