SparqlSpecsHelperIsPNCharsBase Method  | 
 
            Checks whether a given Character matches the PN_CHARS_BASE rule from the Sparql Specification.
            
 
    Namespace: 
   VDS.RDF.Query
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic static bool IsPNCharsBase(
	char c
)
Public Shared Function IsPNCharsBase ( 
	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.IsPNCharsBase(System.Char)"]
See Also