Click or drag to resize

WrapperGraph.GetLiteralNode Method (String, Uri)

Attempts to get the Literal Node with the given Value and Datatype.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public virtual ILiteralNode GetLiteralNode(
	string literal,
	Uri datatype
)

Parameters

literal
Type: System.String
Value.
datatype
Type: System.Uri
Datatype URI.

Return Value

Type: ILiteralNode
The Node if it exists or null otherwise.

Implements

IGraph.GetLiteralNode(String, Uri)
See Also