XmlUtilisNCName Method (Char) |
returns whether the passed character matches the XML Namespace
"NCName" production
Namespace: DXMLBase.XmlAssembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static bool isNCName(
char c
)
Public Shared Function isNCName (
c As Char
) As Boolean
public:
static bool isNCName(
wchar_t c
)
static member isNCName :
c : char -> bool
Parameters
- c
- Type: SystemChar
character to check
Return Value
Type:
Booleantrue if character matches the XML Namespace "NCName" production
See Also