Click or drag to resize
XmlUtilisXmlEncName Method
Return true if the passed string conforms to the XML EncName production. [81] EncName ::= [A-Za-z] ([A-Za-z0-9._] | '-')*

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

Parameters

str
Type: SystemString
The string to check.

Return Value

Type: Boolean
true
if the passed string conforms to the XML EncName production.
See Also