Click or drag to resize

TurtleSpecsHelperIsPNPrefix Method

Gets whether the given value is the valid prefix portion of a prefixed name in Turtle.

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static bool IsPNPrefix(
	string value,
	TurtleSyntax syntax
)

Parameters

value
Type: SystemString
Value.
syntax
Type: VDS.RDF.ParsingTurtleSyntax
Turtle Syntax.

Return Value

Type: Boolean

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

See Also