Click or drag to resize
XmlUtilisNCName Method (String)
returns whether the passed string 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(
	string str
)

Parameters

str
Type: SystemString
string to check

Return Value

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