Click or drag to resize

ThreadSafeGraphGetLiteralNode Method (String, Uri)

Returns the LiteralNode with the given Value and given Data Type if it exists.

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

Parameters

literal
Type: SystemString
The literal value of the Node to select.
datatype
Type: SystemUri
The Uri for the Data Type of the Literal to select.

Return Value

Type: ILiteralNode
Either the LiteralNode Or null if no Node with the given Value and Data Type exists.

Implements

IGraphGetLiteralNode(String, Uri)
See Also