XmlUtilisXmlVersionNum Method |
Return true if the passed string conforms to the XML
VersionNum production.
[26] VersionNum ::= ([a-zA-Z0-9_.:] | '-')+
Namespace: DXMLBase.XmlAssembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static bool isXmlVersionNum(
string str
)
Public Shared Function isXmlVersionNum (
str As String
) As Boolean
public:
static bool isXmlVersionNum(
String^ str
)
static member isXmlVersionNum :
str : string -> bool
Parameters
- str
- Type: SystemString
The string to check.
Return Value
Type:
Booleantrue if the passed string conforms to the XML VersionNum production.
See Also