SparqlSpecsHelperIsPNChars Method  | 
 
            Checks whether a given Character matches the PN_CHARS rule from the SPARQL Specification.
            
 
    Namespace: 
   VDS.RDF.Query
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic static bool IsPNChars(
	char c
)
Public Shared Function IsPNChars ( 
	c As Char
) As Boolean
Parameters
- c
 - Type: SystemChar
Character to test. 
Return Value
Type: 
Boolean[Missing <returns> documentation for "M:VDS.RDF.Query.SparqlSpecsHelper.IsPNChars(System.Char)"]
See Also