XmlUtilisNCName Method (String) |
returns whether the passed string 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(
string str
)
Public Shared Function isNCName (
str As String
) As Boolean
public:
static bool isNCName(
String^ str
)
static member isNCName :
str : string -> bool
Parameters
- str
- Type: SystemString
string to check
Return Value
Type:
Booleantrue if string matches the XML Namespace "NCName" production
See Also