Click or drag to resize

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

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