Click or drag to resize

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:
Syntax
public static bool IsPNChars(
	char c
)

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