Click or drag to resize
XmlUtilisXmlVersionNum Method
Return true if the passed string conforms to the XML VersionNum production. [26] VersionNum ::= ([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 isXmlVersionNum(
	string str
)

Parameters

str
Type: SystemString
The string to check.

Return Value

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