Click or drag to resize

WrapperGraphGetLiteralNode 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: SystemString
Value.
datatype
Type: SystemUri
Datatype URI.

Return Value

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

Implements

IGraphGetLiteralNode(String, Uri)
See Also