SparqlSpecsHelperIsPNLocal Method |
Checks whether a given String matches the PN_LOCAL rule from the Sparql Specification.
Namespace:
VDS.RDF.Query
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public static bool IsPNLocal(
char[] cs,
SparqlQuerySyntax syntax
)
Public Shared Function IsPNLocal (
cs As Char(),
syntax As SparqlQuerySyntax
) As Boolean
Parameters
- cs
- Type: SystemChar
String as character array. - syntax
- Type: VDS.RDF.ParsingSparqlQuerySyntax
SPARQL Syntax.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.Query.SparqlSpecsHelper.IsPNLocal(System.Char[],VDS.RDF.Parsing.SparqlQuerySyntax)"]
See Also