Click or drag to resize

TurtleSpecsHelperIsValidPlainLiteral Method (String, Uri, TurtleSyntax)

Determines whether a given String is a valid Plain Literal for the given Datatype.

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

Parameters

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

Return Value

Type: Boolean

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

See Also