Click or drag to resize

TurtleSpecsHelper.IsValidPrefix Method

Gets whether the given value is a valid prefix in Turtle.

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

Parameters

value
Type: System.String
Value.
syntax
Type: VDS.RDF.Parsing.TurtleSyntax
Turtle Syntax.

Return Value

Type: Boolean

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

See Also