Click or drag to resize

SparqlSpecsHelperIsPNPrefix Method

Checks whether a given String matches the PN_PREFIX rule from the SPARQL Specification.

Namespace:  VDS.RDF.Query
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static bool IsPNPrefix(
	char[] cs
)

Parameters

cs
Type: SystemChar
String as character array.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.Query.SparqlSpecsHelper.IsPNPrefix(System.Char[])"]

See Also