Click or drag to resize

TurtleSpecsHelperIsPNLocal Method

Gets whether the given value matches the PN_LOCAL rule from the Turtle specification.

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static bool IsPNLocal(
	string value
)

Parameters

value
Type: SystemString
Value.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.Parsing.TurtleSpecsHelper.IsPNLocal(System.String)"]

See Also