XmlUtilisXmlName Method (String) |
Returns whether the specified string conforms to the Name
production in the XML 1.0 grammar.
Namespace: DXMLBase.XmlAssembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static bool isXmlName(
string str
)
Public Shared Function isXmlName (
str As String
) As Boolean
public:
static bool isXmlName(
String^ str
)
static member isXmlName :
str : string -> bool
Parameters
- str
- Type: SystemString
the string to be checked
Return Value
Type:
Boolean if the string is an XML 1.0
Name,
if it is not
Bibliography
See Also