Click or drag to resize
XmlUtilisNCName Method (Char)
returns whether the passed character matches the XML Namespace "NCName" production

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

Parameters

c
Type: SystemChar
character to check

Return Value

Type: Boolean
true if character matches the XML Namespace "NCName" production
See Also