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