XmlUtilisXmlNameChar Method |
Returns whether the specified character conforms to the
NameChar production in the XML 1.0 grammar. Such a
character is allowed as the second or subsequent character in an XML 1.0
name.
Namespace: DXMLBase.XmlAssembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static bool isXmlNameChar(
char ch
)
Public Shared Function isXmlNameChar (
ch As Char
) As Boolean
public:
static bool isXmlNameChar(
wchar_t ch
)
static member isXmlNameChar :
ch : char -> bool
Parameters
- ch
- Type: SystemChar
the character to be checked
Return Value
Type:
Boolean if the character is an XML 1.0
NameChar,
if it is not
Bibliography
See Also