XmlUtilisXmlName Method (Char) |
Returns whether the specified char 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(
char c
)
Public Shared Function isXmlName (
c As Char
) As Boolean
public:
static bool isXmlName(
wchar_t c
)
static member isXmlName :
c : char -> bool
Parameters
- c
- Type: SystemChar
the char to be checked
Return Value
Type:
Boolean if the string is an XML 1.0
Name,
if it is not
Bibliography
See Also