XmlSpecsHelperIsName Method |
Returns whether a String is a Name as defined by the W3C XML Specification.
Namespace:
VDS.RDF.Parsing
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public static bool IsName(
string name
)
Public Shared Function IsName (
name As String
) As Boolean
Parameters
- name
- Type: SystemString
String to test.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.Parsing.XmlSpecsHelper.IsName(System.String)"]
See Also